You've already forked libmarias3
mirror of
https://github.com/mariadb-corporation/libmarias3.git
synced 2025-08-09 19:22:43 +03:00
2.2 KiB
2.2 KiB
Error Codes
Code | Details |
---|---|
MS3_ERR_NONE | Success (always equal to 0 ) |
MS3_ERR_PARAMETER | A required function parameter is missing |
MS3_ERR_NO_DATA | No data is supplied to a function that requires data |
MS3_ERR_URI_TOO_LONG | The generated URI for the request is too long |
MS3_ERR_RESPONSE_PARSE | The API could not parse the response from S3 |
MS3_ERR_REQUEST_ERROR | The API could not send the request to S3 |
MS3_ERR_OOM | Could not allocate required memory |
MS3_ERR_IMPOSSIBLE | A theortically impossible condition occurred |
MS3_ERR_AUTH | Authentication failed |
MS3_ERR_NOT_FOUND | Object not found |
MS3_ERR_SERVER | Unknown error code in S3 response |
MS3_ERR_TOO_BIG | PUT data is too large, 4GB maximum |