Skip to main content

InvalidCursorRFC9457Error

typestringrequired
Constant value: invalid_cursor_error
Default value: invalid_cursor_error
titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuestringrequired

The invalid cursor value that was provided

InvalidCursorRFC9457Error
{
"type": "invalid_cursor_error",
"title": "Error occurred",
"details": {
"value": "string"
}
}