Heroku AI SDK Provider - v0.4.3
GitHub
NPM
Heroku AI
Preparing search index...
HerokuErrorResponse
Interface HerokuErrorResponse
Base interface for all Heroku API error responses
interface
HerokuErrorResponse
{
error
?:
{
message
?:
string
;
type
?:
string
;
code
?:
string
;
details
?:
Record
<
string
,
unknown
>
;
}
;
message
?:
string
;
code
?:
string
;
status
?:
number
;
}
Index
Properties
error?
message?
code?
status?
Properties
Optional
error
error
?:
{
message
?:
string
;
type
?:
string
;
code
?:
string
;
details
?:
Record
<
string
,
unknown
>
;
}
Optional
message
message
?:
string
Optional
code
code
?:
string
Optional
status
status
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
message
code
status
GitHub
Report Issue
GitHub
NPM
Heroku AI
Heroku AI SDK Provider - v0.4.3
Loading...
Base interface for all Heroku API error responses