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§
- Access
Denied Error - The server response for authorization failure.
- BadRequest
Error - The server cannot process the request due to an apparent client error.
- Change
Guide Visibility Error - Error type for the
ChangeGuideVisibility
operation. - Create
Guide Attachment Error - Error type for the
CreateGuideAttachment
operation. - Create
Guide Error - Error type for the
CreateGuide
operation. - Create
Guide Sample Error - Error type for the
CreateGuideSample
operation. - Delete
Guide Attachment Error - Error type for the
DeleteGuideAttachment
operation. - Delete
Guide Error - Error type for the
DeleteGuide
operation. - Delete
Guide Sample Error - Error type for the
DeleteGuideSample
operation. - GetAccount
Config Error - Error type for the
GetAccountConfig
operation. - GetGuide
Error - Error type for the
GetGuide
operation. - GetGuides
Network Error - Error type for the
GetGuidesNetwork
operation. - GetPublic
Account Config Error - Error type for the
GetPublicAccountConfig
operation. - GetPublic
Guide Error - Error type for the
GetPublicGuide
operation. - GetPublic
Shared Guide Error - Error type for the
GetPublicSharedGuide
operation. - GetX12
Transaction SetMetadata Error - Error type for the
GetX12TransactionSetMetadata
operation. - Internal
Failure Error - The server response when an unexpected error occurred while processing request.
- List
AllPublic Guides Error - Error type for the
ListAllPublicGuides
operation. - List
Guide Attachments Error - Error type for the
ListGuideAttachments
operation. - List
Guide Samples Error - Error type for the
ListGuideSamples
operation. - List
Guides Error - Error type for the
ListGuides
operation. - List
Public Guide Attachments Error - Error type for the
ListPublicGuideAttachments
operation. - List
Public Guide Samples Error - Error type for the
ListPublicGuideSamples
operation. - List
Public Guides Error - Error type for the
ListPublicGuides
operation. - List
Public Shared Guide Attachments Error - Error type for the
ListPublicSharedGuideAttachments
operation. - List
Public Shared Guide Samples Error - Error type for the
ListPublicSharedGuideSamples
operation. - List
X12Transaction Sets Error - Error type for the
ListX12TransactionSets
operation. - Publish
Guide Error - Error type for the
PublishGuide
operation. - Request
TooLarge Error - The server response for the request too large error.
- Resource
Conflict Error - The server could not process the request because of conflict in the current state of the resource.
- Resource
NotFound Error - The server response when the specified resource cannot be found after an API request passes authentication and authorization.
- Response
TooLarge Error - The server response for the request too large error.
- Revert
Guide Error - Error type for the
RevertGuide
operation. - Throttling
Error - The server response when usage plan or account-level throttling limits exceeded.
- Unauthorized
Error - 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).
- Update
Account Config Error - Error type for the
UpdateAccountConfig
operation. - Update
Guide Attachment Error - Error type for the
UpdateGuideAttachment
operation. - Update
Guide Error - Error type for the
UpdateGuide
operation. - Update
Guide Sample Error - Error type for the
UpdateGuideSample
operation. - Update
Share Config Error - Error type for the
UpdateShareConfig
operation. - Validation
Error - 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§
- Change
Guide Visibility Error Kind - Types of errors that can occur for the
ChangeGuideVisibility
operation. - Create
Guide Attachment Error Kind - Types of errors that can occur for the
CreateGuideAttachment
operation. - Create
Guide Error Kind - Types of errors that can occur for the
CreateGuide
operation. - Create
Guide Sample Error Kind - Types of errors that can occur for the
CreateGuideSample
operation. - Delete
Guide Attachment Error Kind - Types of errors that can occur for the
DeleteGuideAttachment
operation. - Delete
Guide Error Kind - Types of errors that can occur for the
DeleteGuide
operation. - Delete
Guide Sample Error Kind - Types of errors that can occur for the
DeleteGuideSample
operation. - GetAccount
Config Error Kind - Types of errors that can occur for the
GetAccountConfig
operation. - GetGuide
Error Kind - Types of errors that can occur for the
GetGuide
operation. - GetGuides
Network Error Kind - Types of errors that can occur for the
GetGuidesNetwork
operation. - GetPublic
Account Config Error Kind - Types of errors that can occur for the
GetPublicAccountConfig
operation. - GetPublic
Guide Error Kind - Types of errors that can occur for the
GetPublicGuide
operation. - GetPublic
Shared Guide Error Kind - Types of errors that can occur for the
GetPublicSharedGuide
operation. - GetX12
Transaction SetMetadata Error Kind - Types of errors that can occur for the
GetX12TransactionSetMetadata
operation. - List
AllPublic Guides Error Kind - Types of errors that can occur for the
ListAllPublicGuides
operation. - List
Guide Attachments Error Kind - Types of errors that can occur for the
ListGuideAttachments
operation. - List
Guide Samples Error Kind - Types of errors that can occur for the
ListGuideSamples
operation. - List
Guides Error Kind - Types of errors that can occur for the
ListGuides
operation. - List
Public Guide Attachments Error Kind - Types of errors that can occur for the
ListPublicGuideAttachments
operation. - List
Public Guide Samples Error Kind - Types of errors that can occur for the
ListPublicGuideSamples
operation. - List
Public Guides Error Kind - Types of errors that can occur for the
ListPublicGuides
operation. - List
Public Shared Guide Attachments Error Kind - Types of errors that can occur for the
ListPublicSharedGuideAttachments
operation. - List
Public Shared Guide Samples Error Kind - Types of errors that can occur for the
ListPublicSharedGuideSamples
operation. - List
X12Transaction Sets Error Kind - Types of errors that can occur for the
ListX12TransactionSets
operation. - Publish
Guide Error Kind - Types of errors that can occur for the
PublishGuide
operation. - Revert
Guide Error Kind - Types of errors that can occur for the
RevertGuide
operation. - Update
Account Config Error Kind - Types of errors that can occur for the
UpdateAccountConfig
operation. - Update
Guide Attachment Error Kind - Types of errors that can occur for the
UpdateGuideAttachment
operation. - Update
Guide Error Kind - Types of errors that can occur for the
UpdateGuide
operation. - Update
Guide Sample Error Kind - Types of errors that can occur for the
UpdateGuideSample
operation. - Update
Share Config Error Kind - Types of errors that can occur for the
UpdateShareConfig
operation.