Skip to content

TErrorHandlerErrorOccurredBody object

TErrorHandlerErrorOccurredBody is an object representing details of the certain error and consists of the following fields:

type TErrorHandlerErrorOccurredBody = {
    error: Error;
    params: TErrorParams;
    options: TErrorOptions | undefined;
};

TErrorParams

TErrorParams represents the TErrorParams type.

TErrorOptions

TErrorOptions represents the TErrorOptions type.