Error Handling
Error Types
Error Format
{
"errors": [
{
"message": "Not authorized to access Component",
"path": ["component"],
"extensions": {
"code": "FORBIDDEN",
"classification": "AuthorizationError"
}
}
]
}Common Error Scenarios
Best Practices
Error Recovery
Next Steps
Last updated
Was this helpful?