SquareErrorCode enum
Values
- CARD_PROCESSING_NOT_ENABLED → const SquareErrorCode
- CUSTOMER_NOT_FOUND → const SquareErrorCode
- CUSTOMER_MISSING_NAME → const SquareErrorCode
- CUSTOMER_MISSING_EMAIL → const SquareErrorCode
- INVALID_DATE → const SquareErrorCode
- INTERNAL_SERVER_ERROR → const SquareErrorCode
- UNAUTHORIZED → const SquareErrorCode
- ACCESS_TOKEN_EXPIRED → const SquareErrorCode
- ACCESS_TOKEN_REVOKED → const SquareErrorCode
- FORBIDDEN → const SquareErrorCode
- INSUFFICIENT_SCOPES → const SquareErrorCode
- APPLICATION_DISABLED → const SquareErrorCode
- V1_APPLICATION → const SquareErrorCode
- V1_ACCESS_TOKEN → const SquareErrorCode
- MERCHANT_SUBSCRIPTION_NOT_FOUND → const SquareErrorCode
- BAD_REQUEST → const SquareErrorCode
- MISSING_REQUIRED_PARAMETER → const SquareErrorCode
- INCORRECT_TYPE → const SquareErrorCode
- INVALID_TIME → const SquareErrorCode
- INVALID_TIME_RANGE → const SquareErrorCode
- INVALID_VALUE → const SquareErrorCode
- INVALID_CURSOR → const SquareErrorCode
- UNKNOWN_QUERY_PARAMETER → const SquareErrorCode
- CONFLICTING_PARAMETERS → const SquareErrorCode
- EXPECTED_JSON_BODY → const SquareErrorCode
- INVALID_SORT_ORDER → const SquareErrorCode
- VALUE_REGEX_MISMATCH → const SquareErrorCode
- VALUE_TOO_SHORT → const SquareErrorCode
- VALUE_TOO_LONG → const SquareErrorCode
- VALUE_TOO_LOW → const SquareErrorCode
- VALUE_TOO_HIGH → const SquareErrorCode
- VALUE_EMPTY → const SquareErrorCode
- ARRAY_LENGTH_TOO_LONG → const SquareErrorCode
- ARRAY_LENGTH_TOO_SHORT → const SquareErrorCode
- ARRAY_EMPTY → const SquareErrorCode
- EXPECTED_BOOLEAN → const SquareErrorCode
- EXPECTED_INTEGER → const SquareErrorCode
- EXPECTED_FLOAT → const SquareErrorCode
- EXPECTED_STRING → const SquareErrorCode
- EXPECTED_OBJECT → const SquareErrorCode
- EXPECTED_ARRAY → const SquareErrorCode
- EXPECTED_MAP → const SquareErrorCode
- EXPECTED_BASE64_ENCODED_BYTE_ARRAY → const SquareErrorCode
- INVALID_ARRAY_VALUE → const SquareErrorCode
- INVALID_ENUM_VALUE → const SquareErrorCode
- INVALID_CONTENT_TYPE → const SquareErrorCode
- INVALID_FORM_VALUE → const SquareErrorCode
- NO_FIELDS_SET → const SquareErrorCode
- TOO_MANY_MAP_ENTRIES → const SquareErrorCode
- MAP_KEY_LENGTH_TOO_SHORT → const SquareErrorCode
- MAP_KEY_LENGTH_TOO_LONG → const SquareErrorCode
- CURRENCY_MISMATCH → const SquareErrorCode
- LOCATION_MISMATCH → const SquareErrorCode
- IDEMPOTENCY_KEY_REUSED → const SquareErrorCode
- UNEXPECTED_VALUE → const SquareErrorCode
- SANDBOX_NOT_SUPPORTED → const SquareErrorCode
- BAD_CERTIFICATE → const SquareErrorCode
- INVALID_SQUARE_VERSION_FORMAT → const SquareErrorCode
- API_VERSION_INCOMPATIBLE → const SquareErrorCode
- NOT_FOUND → const SquareErrorCode
- METHOD_NOT_ALLOWED → const SquareErrorCode
- NOT_ACCEPTABLE → const SquareErrorCode
- REQUEST_TIMEOUT → const SquareErrorCode
- CONFLICT → const SquareErrorCode
- GONE → const SquareErrorCode
- REQUEST_ENTITY_TOO_LARGE → const SquareErrorCode
- UNSUPPORTED_MEDIA_TYPE → const SquareErrorCode
- UNPROCESSABLE_ENTITY → const SquareErrorCode
- RATE_LIMITED → const SquareErrorCode
- NOT_IMPLEMENTED → const SquareErrorCode
- BAD_GATEWAY → const SquareErrorCode
- SERVICE_UNAVAILABLE → const SquareErrorCode
- GATEWAY_TIMEOUT → const SquareErrorCode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SquareErrorCode> - A constant List of the values in this enum, in order of their declaration.