Class EncodingErrorDefinition

Export

EncodingErrorDefinition

Constructors

Properties

category?: string

The error category.

Memberof

EncodingErrorDefinition

code?: number

The error code.

Memberof

EncodingErrorDefinition

description?: string

The returned error description.

Memberof

EncodingErrorDefinition

message?: string

The error message, optional. Can include placeholders like {1}, {2} which are replaced with the respective dependency when the error is thrown.

Memberof

EncodingErrorDefinition

retryHint?: ErrorRetryHint

Indicates if the call that caused the error should be retried.

Memberof

EncodingErrorDefinition