Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FileFailedBadExtension = Message{ ID: "FILE_FAILED_BAD_EXTENSION", Message: "There was a problem with the request, file does not have a valid extension", }
View Source
var FrameworkInternalError = Message{ ID: "FRAMEWORK_INTERNAL_SERVER_ERROR", Message: "There was a general problem with the request in framework", }
View Source
var GeneralInternalError = Message{ ID: "GENERAL_INTERNAL_SERVER_ERROR", Message: "There was a general problem with the request", }
View Source
var RequestBadRequest = Message{ ID: "REQUEST_BAD_REQUEST", Message: "Request had invalid information", }
View Source
var RequestCompleted = Message{ ID: "REQUEST_SUCCESS_COMPLETED", Message: "The request was attended", }
View Source
var RequestConflict = Message{ ID: "REQUEST_GENERAL_CONFLICT", Message: "Request has a conflict", }
View Source
var RequestFailedAlreadyExists = Message{ ID: "REQUEST_FAILED_ALREADY_EXISTS", Message: "Request uncompleted, there is already an item with the same information", }
View Source
var RequestFailedExternalEndpoint = Message{ ID: "REQUEST_FAILED_EXTERNAL_ENDPOINT", Message: "There was a problem with the request / connection to the external endpoint", }
View Source
var RequestFailedNotFound = Message{ ID: "REQUEST_FAILED_ID_NOT_FOUND", Message: "There was a problem with the request / connection to the external endpoint", }
View Source
var RequestFailedTryAgain = Message{ ID: "REQUEST_FAILED_TRY_AGAIN", Message: "Request was not processed, try again", }
View Source
var RequestFailedTryAgainSupport = Message{ ID: "REQUEST_FAILED_TRY_AGAIN_SUPPORT", Message: "Request uncompleted, try again and if you keep viewing this message, look for support", }
View Source
var RequestFailedTryAgainValidate = Message{ ID: "REQUEST_FAILED_TRY_AGAIN_VALIDATE", Message: "Request uncompleted, check the information and try again", }
View Source
var RequestUnathorized = Message{ ID: "REQUEST_SECURITY_UNAUTHORIZED", Message: "Request was not processed, try again", }
View Source
var RequestUpdCompleted = Message{ ID: "REQUEST_SUCCESS_UPD_COMPLETE", Message: "The request was attended", }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.