SempError: {
    code: number;
    description: string;
    status: string;
}

Type declaration

  • code: number

    The error code which uniquely identifies the error that has occurred.

  • description: string

    The verbose description of the problem.

  • status: string

    The terse status string associated with code.