14 lines
358 B
Go
14 lines
358 B
Go
// Code generated by gen-exception; DO NOT EDIT.
|
|
package exception
|
|
|
|
const (
|
|
CommonErrorPermissionDenied = "00004"
|
|
CommonErrorUuidParseFailed = "00005"
|
|
CommonErrorDatabase = "00006"
|
|
CommonErrorMissingUserId = "00007"
|
|
CommonErrorUserNotFound = "00008"
|
|
CommonErrorInvalidInput = "00001"
|
|
CommonErrorUnauthorized = "00002"
|
|
CommonErrorInternal = "00003"
|
|
)
|