client/api/api_result library

Classes

ApiError<T>
A failed API response.
ApiResult<T>
The result of every API call — success or error. Never throws. Screens pattern-match on this.
ApiSuccess<T>
A successful API response.