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
Prefer JsonResult<'a> as the return type for deserialization.
JsonResult<'a>
JsonError
Tag
OtherDeserializationError
JsonError list
Error
formatError : JsonError -> string
JsonResult.toOption
JsonResult.toChoice
The text was updated successfully, but these errors were encountered:
Perhaps also a JsonResult.toOption as well, for when you really don't care why it failed, just that it did.
Sorry, something went wrong.
No branches or pull requests
Prefer
JsonResult<'a>
as the return type for deserialization.JsonError
, consisting of all potential JSON deserialization failuresTag
case to allow structured reportingOtherDeserializationError
to allow consumers to extend with their own failuresJsonResult<'a>
to have aJsonError list
in theError
caseJsonResult<'a>
formatError : JsonError -> string
functionJsonResult.toOption
functionJsonResult.toChoice
functionThe text was updated successfully, but these errors were encountered: