Type Alias CreateDirectAccessAgentBenchmarkHttpError

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

Properties

Properties

headers: Headers
status: 403 | 404 | 500 | 501 | 503