Type Alias ErrorResponse

type ErrorResponse = {
    errors?: trustScores.Error[];
    traceId?: string;
}
Index
errors?: trustScores.Error[]
traceId?: string