Type alias ErrorType

ErrorType: {
    code: ErrorCode;
    detail: string;
    message: string;
}

Type declaration