package
0.0.0-20191110003957-35ac193dfecd
Repository: https://github.com/codelympicsdev/api.git
Documentation: pkg.go.dev
# Functions
APIClientDoesntExist means that the api client doesnt exist.
AttemptTimedOut means that the attempt response was not recieved in time.
Duplicate means there is a duplicate.
InternalServerError is when the server broke something.
InvalidCredentials means that the supplied credentials are not correct.
InvalidRootTrustClient means that the supplied root trust client (credentials) are not correct.
MalformedBody means that the body supplied is not correct.
MaxAttemptsReached means that the maximum attempts have been reached.
MissingField means that the content is missing a field.
MissingPermission means that the token is missing a permission.
NotFound means that the content is not found.
OTPAlreadyEnabled means otp is already enabled.
UserDoesntExist means that the user doesnt exist.
WrongContentType is the error for when the wrong content type was supplied.