Module errors

Module errors 

Source

Structs§

ApiResponseError
IncorrectCaptchaCode
IncorrectTOTPCode
IncorrectUsernameOrPassword
InvalidApiKey
InvalidBuildID
InvalidCollectionID
InvalidGameID
InvalidTOTPToken
InvalidTargetBuildID
InvalidUploadID
InvalidUserID
ItchRequestJSONError
Error returned from super::ItchClient::itch_request_json
NoUpgradePath
TOTPTokenTimedOut

Enums§

ApiResponseCommonErrors
Common errors to every API call
ApiResponseErrorKind
All possible errors returned from the Itch.io API
BuildResponseError
Errors returned from all the API calls that require a build ID as a parameter
CollectionResponseError
Errors returned from all the API calls that require a collection ID as a parameter
GameResponseError
Errors returned from all the API calls that require a game ID as a parameter
ItchRequestJSONErrorKind
LoginResponseError
Errors returned from the login API call
TOTPResponseError
Errors returned from the TOTP verification API call
UpgradePathResponseError
Errors returned from the upgrade path API call
UploadResponseError
Errors returned from all the API calls that require an upload ID as a parameter
UserResponseError
Errors returned from all the API calls that require a user ID as a parameter