Interface APIErrorDetail

interface APIErrorDetail {
    file: string;
    line_number: number;
    message: string;
    method: string;
}

Properties

file: string
line_number: number
message: string
method: string