interface EditorExceptionDto {
    code: number;
    context?: ExceptionContext;
    message: string;
    type: string;
}

Properties

code: number
message: string
type: string