Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MissingAuthorization is the error code for when the authorization header is missing in the api request. MissingAuthorization = 1 // InvalidAuthorization is the error code for when the authorization is invalid. InvalidAuthorization = 2 // InvalidFields is the error code for when one or more request fields are either missing or invalid. InvalidFields = 3 // CantCleanTempFile is the error code for when the temporary file could not be cleaned on Game Jolt's servers. // This is an issue on GJ's end. CantCleanTempFile = 4 // CantAttachBuild is the error code for when a build cannot be attached to the given package. // This can happen for many reason, check the error message for more info. CantAttachBuild = 5 // UnknownError is the error code for any other unspecified error. UnknownError = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.