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
Currently we only handle 500 errors with FileMaker server error codes.
The Data API has a set of standard HTTP 4xx errors that it can respond with that we're currently not accounting for, but we should. These should probably raise exceptions with their own namespaces, maybe FmRest::HTTPError (as opposed to FmRest::APIError). More discussion may be needed for settling on the right naming scheme though.
Currently we only handle 500 errors with FileMaker server error codes.
The Data API has a set of standard HTTP 4xx errors that it can respond with that we're currently not accounting for, but we should. These should probably raise exceptions with their own namespaces, maybe
FmRest::HTTPError
(as opposed toFmRest::APIError
). More discussion may be needed for settling on the right naming scheme though.See: https://fmhelp.filemaker.com/docs/17/en/dataapi/#error-responses
The text was updated successfully, but these errors were encountered: