Type Alias CreateDirectAccessAgentBenchmarkHttpError

type CreateDirectAccessAgentBenchmarkHttpError = {
    data: directAccessAgents.ErrorResponse;
    headers: Headers;
    status: 400 | 403 | 404 | 429 | 500 | 501 | 503;
}
Index
headers: Headers
status: 400 | 403 | 404 | 429 | 500 | 501 | 503