You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some valid AtExceptions are not mentioned in the error_codes conversion map in at_commons/lib/src/exception/error_message.dart
When one of those AtExceptions is thrown, it results in error responses to clients like this error:null-null : ...
Expected behaviour
All AtExceptions need to be included in the error_codes conversion map
Consider also extending at_commons error_message.dart with a way to create (not throw, just create) the correct exception given an error code. (We currently have mapping from exception to error-code but not the other way around). This makes it easier for servers to intelligently 'forward' exceptions (for example as described in Error code 'forwarding' at_server#509)
The text was updated successfully, but these errors were encountered:
Describe the bug
error:null-null : ...
Expected behaviour
The text was updated successfully, but these errors were encountered: