interface ServiceErrorsGetResponse {
    count: number;
    service_errors: ServiceErrorSummary[];
}

Properties

count: number

The number of service errors

service_errors: ServiceErrorSummary[]

A list of service errors