We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently if I wanted to get the details from an error (if they are present). I need to use error.response.details which isn't terribly intuitive.
details
error.response.details
Expose a new error.details property on ArcGISRequestError to expose the error.details property in the error response.
error.details
ArcGISRequestError
N/A
Highly relevant to upcoming Places service which puts a lot of information in error.details.
The text was updated successfully, but these errors were encountered:
fix: expose error.details as a property
5e5ee16
See Esri#1101
patrickarlt
No branches or pull requests
Describe the problem
Currently if I wanted to get the
details
from an error (if they are present). I need to useerror.response.details
which isn't terribly intuitive.Describe the proposed solution
Expose a new
error.details
property onArcGISRequestError
to expose theerror.details
property in the error response.Alternatives considered
N/A
Additional Information
Highly relevant to upcoming Places service which puts a lot of information in
error.details
.The text was updated successfully, but these errors were encountered: