package
0.0.0-20250218144737-544dd3919658
Repository: https://github.com/cs3org/go-cs3apis.git
Documentation: pkg.go.dev
# Constants
The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort.
The entity that a client attempted to create (e.g., file or directory) already exists.
The operation was cancelled, typically by the caller.
Unrecoverable data loss or corruption.
The deadline expired before the operation could complete.
The operation was rejected because the system is not in a state required for the operation's execution.
The operation could not be performed because there is not enough storage available.
Internal errors.
A programmer would not intentionally set the code to CODE_INVALID.
The client specified an invalid argument.
The ability to lock a resource is specific to some WebDAV servers.
Some requested entity (e.g., file or directory) was not found.
Not an error; returned on success
HTTP Mapping: 200 OK.
The operation was attempted past the valid range.
The caller does not have permission to execute the specified operation.
Redirects the operation to another location.
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
The server returns the response status code to indicate that it has received the request but is not going to process it because an asynchronous job that has been started is still being processed and the result can not yet be provided.
The request does not have valid authentication credentials for the operation.
The service is currently unavailable.
The operation is not implemented or is not supported/enabled in this service.
Unknown error.
# Variables
Enum value maps for Code.
Enum value maps for Code.
No description provided by the author
No description provided by the author
# Type aliases
These are the canonical error codes used by CS3 APIs.