| Code |
Message |
Description |
| -31751 |
Header key is required |
Header key is required. |
| -31752 |
Invalid header key |
Invalid header key. Header key can consist only
latin letters and next symbols: -_: .
|
| -31753 |
Header key is too long, max length: 1024 |
Header key is too long, max length: 1024. |
| -31754 |
Header keys must be unique |
Header keys must be unique. |
| -31755 |
Header value is required |
Header value is required. |
| -31756 |
Invalid header value |
Invalid header value. Header value can consist only
letters and next symbols: _
:;.,\/"'!(){}[]@<>=-+*#$&`|~^%
|
| -31757 |
Header value is too long, max length: 4094 |
Header value is too long, max length: 4094. |
| -31971 |
Request header is forbidden |
Request header is forbidden. |
| -31972 |
The limit of request headers has been exceeded. Max
value is 10
|
The limit of request headers has been exceeded. Max
value is 10.
|
| -31973 |
Request header value contains invalid characters
|
Request header value contains invalid characters.
|
| -31974 |
Request header value is too long, max length: 4096
|
Request header value is too long, max length: 4096.
|
| -31975 |
Total length of request header values exceeds the
maximum allowed value: 16384
|
Total length of request header values exceeds the
maximum allowed value: 16384.
|
| -31760 |
Duplicate elements in CORS values list |
Duplicate elements in CORS values list |
| -31761 |
CORS values list length must not exceed 50 |
CORS values list length must not exceed 50 |
| -31762 |
Invalid CORS origin syntax |
Value of CORS access_control_allow_origin must be a
valid origin defined by scheme, protocol, domain and
(optional) port
|
| -31763 |
Invalid CORS header key syntax |
Invalid CORS header key. Header key can consist only
latin letters and next symbols: -_: .
|
| -31764 |
CORS header key length must not exceed 1024 |
CORS header key length must not exceed 1024 |
| -31765 |
CORS header access_control_max_age value must be
positive integer
|
CORS header access_control_max_age value must be
positive integer
|
| -31766 |
CORS header access_control_max_age value must not
exceed 86400 seconds
|
CORS header access_control_max_age value must not
exceed 86400 seconds (24 hours)
|
| -31767 |
Invalid HTTP method in CORS header
access_control_allow_methods
|
Invalid HTTP method in CORS header
access_control_allow_methods. Value must be a valid
HTTP method uppercase
|
| -31781 |
S3 resource not found |
S3 resource with this id not found. |
| -31795 |
Bucket name is required |
Bucket name is required. |
| -31796 |
Bucket name is too short, min length: 3 |
Bucket name is too short, min length: 3. |
| -31797 |
Bucket name is too long, max length: 250 |
Bucket name is too long, max length: 250. |
| -31798 |
Bucket name is not a valid string |
Invalid bucket name. Bucket names can consist only
of lowercase latin letters, numbers, dots, and
hyphens.
|
| -31799 |
Bucket already exists |
Bucket with this name already exists. |
| -31960 |
Invalid access parameters |
Access parameters must be a valid object with
specified keys.
|
| -31961 |
Invalid country code |
Invalid country code. Must conform to ISO 3166-1
alpha-2.
|
| -31962 |
Duplicate country code |
Country codes for domain must be unique. |
| -31970 |
Signature key must be set if signed URL feature is
enabled
|
Signature key must be set if signed URL feature is
enabled.
|