错误和速率限制
HTTP 错误
错误形式
type
和 message
的值。例如:error
对象始终包含类型(type
)和消息(message
)值。例如:{
"error": {
"type": "not_found_error",
"message": "The requested resource could not be found."
}
}
type
和 message
的值。例如:error
对象始终包含类型(type
)和消息(message
)值。例如:{
"error": {
"type": "not_found_error",
"message": "The requested resource could not be found."
}
}