View Source Sanity.Error exception (sanity v0.8.0)
Error that may occur while making a request to the Sanity API. The source
field will be one of
the following:
%Finch.Response{}
- If response with an unsupported HTTP status (like 5xx) is received.%Mint.TransportError{}
- If a network error such as a timeout occurred.%Sanity.Response{}
- If a 4xx response is received during a call toSanity.request!/2
.