Prior to version 2.0.0 an integer status was returned. The globus_result_t structure includes an integer "type" which is set to one of the status codes defined below (the same values that were returned by earlier versions of the API). The function globus_rls_client_error_info() may be used to extract the status code and/or error message from a globus_result_t. GLOBUS_SUCCESS is returned when the operation was successful.
|
Operation succeeded.
|
|
An error was returned by the Globus I/O module.
|
|
The globus_rls_handle_t handle is invalid.
|
|
The URL could not be parsed.
|
|
Out of memory.
|
|
A result was too large to fit in buffer.
|
|
Bad argument (eg NULL where string pointer expected).
|
|
Client does not have permission for requested action.
|
|
RPC error, invalid method name sent to server.
|
|
LRC request made to RLI server or vice versa.
|
|
LFN,PFN (LRC) or LFN,LRC (RLI) mapping doesn't exist.
|
|
LFN already exists in LRC or RLI database.
|
|
LFN doesn't exist in LRC or RLI database.
|
|
PFN already exists in LRC database.
|
|
PFN doesn't exist in LRC database.
|
|
LRC already exists in LRC or RLI database.
|
|
LRC doesn't exist in RLI database.
|
|
Database error.
|
|
RLI already exists in LRC database.
|
|
RLI doesn't exist in LRC.
|
|
LFN,PFN (LRC) or LFN,LRC (RLI) mapping already exists.
|
|
Invalid attribute type, see globus_rls_attr_type_t.
|
|
Attribute already exists.
|
|
Attribute doesn't exist.
|
|
Invalid object type, see globus_rls_obj_type_t.
|
|
Invalid attribute search operator, see globus_rls_attr_op_t.
|
|
Operation is unsupported.
|
|
IO timeout.
|
|
Too many connections.
|
|
Attribute with specified value not found.
|
|
Attribute in use by some object, can't be deleted.
|
about globus |
globus toolkit |
dev.globus
Comments? webmaster@globus.org