Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
llm
AdapterFailureInput
Interface AdapterFailureInput
What the adapter is shown of a non-2xx response.
interface
AdapterFailureInput
{
bodyText
:
string
;
headers
:
Readonly
<
Record
<
string
,
string
>
>
;
status
:
number
;
}
Index
Properties
body
Text
headers
status
Properties
Readonly
body
Text
bodyText
:
string
The error body, already read and bounded.
Readonly
headers
headers
:
Readonly
<
Record
<
string
,
string
>
>
Readonly
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
Text
headers
status
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
What the adapter is shown of a non-2xx response.