interface APIErrorResponse {
    errors: Error[];
    trace: string;
}

Properties

Properties

errors: Error[]
trace: string