Module error

Source
Expand description

All error types that operations can return. Documentation on these types is copied from the model.

Modules§

access_denied_error
See AccessDeniedError.
bad_request_error
See BadRequestError.
internal_failure_error
See InternalFailureError.
request_too_large_error
See RequestTooLargeError.
resource_conflict_error
See ResourceConflictError.
resource_not_found_error
See ResourceNotFoundError.
response_too_large_error
See ResponseTooLargeError.
throttling_error
See ThrottlingError.
unauthorized_error
See UnauthorizedError.
validation_error
See ValidationError.

Structs§

AccessDeniedError
The server response for authorization failure.
BadRequestError
The server cannot process the request due to an apparent client error.
ChangeGuideVisibilityError
Error type for the ChangeGuideVisibility operation.
CreateGuideAttachmentError
Error type for the CreateGuideAttachment operation.
CreateGuideError
Error type for the CreateGuide operation.
CreateGuideSampleError
Error type for the CreateGuideSample operation.
DeleteGuideAttachmentError
Error type for the DeleteGuideAttachment operation.
DeleteGuideError
Error type for the DeleteGuide operation.
DeleteGuideSampleError
Error type for the DeleteGuideSample operation.
GetAccountConfigError
Error type for the GetAccountConfig operation.
GetGuideError
Error type for the GetGuide operation.
GetGuidesNetworkError
Error type for the GetGuidesNetwork operation.
GetPublicAccountConfigError
Error type for the GetPublicAccountConfig operation.
GetPublicGuideError
Error type for the GetPublicGuide operation.
GetPublicSharedGuideError
Error type for the GetPublicSharedGuide operation.
GetX12TransactionSetMetadataError
Error type for the GetX12TransactionSetMetadata operation.
InternalFailureError
The server response when an unexpected error occurred while processing request.
ListAllPublicGuidesError
Error type for the ListAllPublicGuides operation.
ListGuideAttachmentsError
Error type for the ListGuideAttachments operation.
ListGuideSamplesError
Error type for the ListGuideSamples operation.
ListGuidesError
Error type for the ListGuides operation.
ListPublicGuideAttachmentsError
Error type for the ListPublicGuideAttachments operation.
ListPublicGuideSamplesError
Error type for the ListPublicGuideSamples operation.
ListPublicGuidesError
Error type for the ListPublicGuides operation.
ListPublicSharedGuideAttachmentsError
Error type for the ListPublicSharedGuideAttachments operation.
ListPublicSharedGuideSamplesError
Error type for the ListPublicSharedGuideSamples operation.
ListX12TransactionSetsError
Error type for the ListX12TransactionSets operation.
PublishGuideError
Error type for the PublishGuide operation.
RequestTooLargeError
The server response for the request too large error.
ResourceConflictError
The server could not process the request because of conflict in the current state of the resource.
ResourceNotFoundError
The server response when the specified resource cannot be found after an API request passes authentication and authorization.
ResponseTooLargeError
The server response for the request too large error.
RevertGuideError
Error type for the RevertGuide operation.
ThrottlingError
The server response when usage plan or account-level throttling limits exceeded.
UnauthorizedError
The server response when the authorizer failed to authenticate the caller.
Unhandled
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
UpdateAccountConfigError
Error type for the UpdateAccountConfig operation.
UpdateGuideAttachmentError
Error type for the UpdateGuideAttachment operation.
UpdateGuideError
Error type for the UpdateGuide operation.
UpdateGuideSampleError
Error type for the UpdateGuideSample operation.
UpdateShareConfigError
Error type for the UpdateShareConfig operation.
ValidationError
A standard error for input validation failures. This should be thrown by services when a member of the input structure falls outside of the modeled or documented constraints.

Enums§

ChangeGuideVisibilityErrorKind
Types of errors that can occur for the ChangeGuideVisibility operation.
CreateGuideAttachmentErrorKind
Types of errors that can occur for the CreateGuideAttachment operation.
CreateGuideErrorKind
Types of errors that can occur for the CreateGuide operation.
CreateGuideSampleErrorKind
Types of errors that can occur for the CreateGuideSample operation.
DeleteGuideAttachmentErrorKind
Types of errors that can occur for the DeleteGuideAttachment operation.
DeleteGuideErrorKind
Types of errors that can occur for the DeleteGuide operation.
DeleteGuideSampleErrorKind
Types of errors that can occur for the DeleteGuideSample operation.
GetAccountConfigErrorKind
Types of errors that can occur for the GetAccountConfig operation.
GetGuideErrorKind
Types of errors that can occur for the GetGuide operation.
GetGuidesNetworkErrorKind
Types of errors that can occur for the GetGuidesNetwork operation.
GetPublicAccountConfigErrorKind
Types of errors that can occur for the GetPublicAccountConfig operation.
GetPublicGuideErrorKind
Types of errors that can occur for the GetPublicGuide operation.
GetPublicSharedGuideErrorKind
Types of errors that can occur for the GetPublicSharedGuide operation.
GetX12TransactionSetMetadataErrorKind
Types of errors that can occur for the GetX12TransactionSetMetadata operation.
ListAllPublicGuidesErrorKind
Types of errors that can occur for the ListAllPublicGuides operation.
ListGuideAttachmentsErrorKind
Types of errors that can occur for the ListGuideAttachments operation.
ListGuideSamplesErrorKind
Types of errors that can occur for the ListGuideSamples operation.
ListGuidesErrorKind
Types of errors that can occur for the ListGuides operation.
ListPublicGuideAttachmentsErrorKind
Types of errors that can occur for the ListPublicGuideAttachments operation.
ListPublicGuideSamplesErrorKind
Types of errors that can occur for the ListPublicGuideSamples operation.
ListPublicGuidesErrorKind
Types of errors that can occur for the ListPublicGuides operation.
ListPublicSharedGuideAttachmentsErrorKind
Types of errors that can occur for the ListPublicSharedGuideAttachments operation.
ListPublicSharedGuideSamplesErrorKind
Types of errors that can occur for the ListPublicSharedGuideSamples operation.
ListX12TransactionSetsErrorKind
Types of errors that can occur for the ListX12TransactionSets operation.
PublishGuideErrorKind
Types of errors that can occur for the PublishGuide operation.
RevertGuideErrorKind
Types of errors that can occur for the RevertGuide operation.
UpdateAccountConfigErrorKind
Types of errors that can occur for the UpdateAccountConfig operation.
UpdateGuideAttachmentErrorKind
Types of errors that can occur for the UpdateGuideAttachment operation.
UpdateGuideErrorKind
Types of errors that can occur for the UpdateGuide operation.
UpdateGuideSampleErrorKind
Types of errors that can occur for the UpdateGuideSample operation.
UpdateShareConfigErrorKind
Types of errors that can occur for the UpdateShareConfig operation.