Skip to content

crelte / queries / QueryErrorResponse

Type Alias: QueryErrorResponse

ts
type QueryErrorResponse = object;

Properties

body?

ts
optional body: string;

errors?

ts
optional errors: any[];

status?

ts
optional status: number;