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
The snapshot creation endpoint treats the filter parameter (added in #51) as an opaque string and hands it over to the host system. Sadly, it does not provide a mechanism to report invalid filter parameters and transform them into a reasonable status code/error message. So, at the moment, errors thrown by a SnapshotEventGenerator will be propagated as HTTP Status 500 to the caller, sometimes with stack trace information.
The text was updated successfully, but these errors were encountered:
The snapshot creation endpoint treats the filter parameter (added in #51) as an opaque string and hands it over to the host system. Sadly, it does not provide a mechanism to report invalid filter parameters and transform them into a reasonable status code/error message. So, at the moment, errors thrown by a SnapshotEventGenerator will be propagated as HTTP Status 500 to the caller, sometimes with stack trace information.
The text was updated successfully, but these errors were encountered: