You've already forked libmarias3
mirror of
https://github.com/mariadb-corporation/libmarias3.git
synced 2025-09-11 02:31:50 +03:00
31 lines
2.2 KiB
ReStructuredText
31 lines
2.2 KiB
ReStructuredText
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 |
|
|
+------------------------+------------------------------------------------------+
|