Skip to main content

InvalidCursorError

titlestringrequired

Human-readable error title

Example: Error occurred
details objectrequired
valuestringrequired

The invalid cursor value that was provided

InvalidCursorError
{
"title": "Error occurred",
"details": {
"value": "string"
}
}