Skip to content
New issue

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

Handle HTTP Data API errors #19

Open
pilaf opened this issue Jun 19, 2019 · 0 comments
Open

Handle HTTP Data API errors #19

pilaf opened this issue Jun 19, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@pilaf
Copy link
Collaborator

pilaf commented Jun 19, 2019

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.

See: https://fmhelp.filemaker.com/docs/17/en/dataapi/#error-responses

@pilaf pilaf added the enhancement New feature or request label Jun 19, 2019
@pilaf pilaf added this to the 0.9 milestone Jun 19, 2019
@pilaf pilaf closed this as completed Jul 14, 2022
@pilaf pilaf reopened this Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant