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 | object

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