success | boolean | Whether the API call was successful |
data? | T | Response data if successful |
error? | string | Error message if unsuccessful |
code? | string | Error code for programmatic handling |
details? | any | Detailed validation errors from API response |
timestamp? | string | Error timestamp from backend |
requestId? | string | Request ID for tracking and debugging |