Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InnerError

Package version

An interface representing InnerError.

Hierarchy

  • InnerError

Index

Properties

code

Error code. Possible values include: 'InvalidParameterValue', 'InvalidRequestBodyFormat', 'EmptyRequest', 'MissingInputRecords', 'InvalidDocument', 'ModelVersionIncorrect', 'InvalidDocumentBatch', 'UnsupportedLanguageCode', 'InvalidCountryHint'

Optional details

details: undefined | {}

Error details.

Optional innerError

innerError: InnerError

Inner error contains more specific information.

message

message: string

Error message.

Optional target

target: undefined | string

Error target.

Generated using TypeDoc