Documentation ¶
Index ¶
- Constants
- func IsBcryptPasswordHashErrorError(err errors.ReadOnlyRichError) bool
- func IsComponentNotImplementedError(err errors.ReadOnlyRichError) bool
- func IsComputeHashFailedError(err errors.ReadOnlyRichError) bool
- func IsContactAlreadyConfirmedError(err errors.ReadOnlyRichError) bool
- func IsContactAlreadyMarkedPrimaryError(err errors.ReadOnlyRichError) bool
- func IsContactNotConfirmedError(err errors.ReadOnlyRichError) bool
- func IsContactToAddAlreadyConfirmedError(err errors.ReadOnlyRichError) bool
- func IsContactToAddMarkedAsPrimaryError(err errors.ReadOnlyRichError) bool
- func IsDatastoreTransactionAbortFailedError(err errors.ReadOnlyRichError) bool
- func IsDatastoreTransactionFailedError(err errors.ReadOnlyRichError) bool
- func IsExpiredTokenError(err errors.ReadOnlyRichError) bool
- func IsFailedToParseObjectIDError(err errors.ReadOnlyRichError) bool
- func IsGenerateUUIDFailedError(err errors.ReadOnlyRichError) bool
- func IsInvalidAppCreationError(err errors.ReadOnlyRichError) bool
- func IsInvalidContactTypeError(err errors.ReadOnlyRichError) bool
- func IsInvalidScopeCreationError(err errors.ReadOnlyRichError) bool
- func IsInvalidTokenError(err errors.ReadOnlyRichError) bool
- func IsInvalidTypeError(err errors.ReadOnlyRichError) bool
- func IsInvalidValueError(err errors.ReadOnlyRichError) bool
- func IsLoginContactNotPrimaryError(err errors.ReadOnlyRichError) bool
- func IsLoginFailedWrongPasswordError(err errors.ReadOnlyRichError) bool
- func IsLoginPrimaryContactNotConfirmedError(err errors.ReadOnlyRichError) bool
- func IsMalfomedTokenError(err errors.ReadOnlyRichError) bool
- func IsMultipleConfirmedInstancesOfContactError(err errors.ReadOnlyRichError) bool
- func IsNilNotAllowedError(err errors.ReadOnlyRichError) bool
- func IsNilParameterNotAllowedError(err errors.ReadOnlyRichError) bool
- func IsNoAppFoundError(err errors.ReadOnlyRichError) bool
- func IsNoContactFoundError(err errors.ReadOnlyRichError) bool
- func IsNoNewPasswordHashProvidedError(err errors.ReadOnlyRichError) bool
- func IsNoScopeFoundError(err errors.ReadOnlyRichError) bool
- func IsNoUserFoundError(err errors.ReadOnlyRichError) bool
- func IsNotImplementedError(err errors.ReadOnlyRichError) bool
- func IsPasswordResetContactNotPrimaryError(err errors.ReadOnlyRichError) bool
- func IsRegistrationContactAlreadyConfirmedError(err errors.ReadOnlyRichError) bool
- func IsRepoQueryFailedError(err errors.ReadOnlyRichError) bool
- func IsRepoQueryFailedWithMetaDataError(err errors.ReadOnlyRichError) bool
- func IsTemplateRenderErrorError(err errors.ReadOnlyRichError) bool
- func IsUserIDsDoNotMatchError(err errors.ReadOnlyRichError) bool
- func IsUserLockedOutError(err errors.ReadOnlyRichError) bool
- func IsWrongTokenTypeError(err errors.ReadOnlyRichError) bool
- func IsWrongTypeError(err errors.ReadOnlyRichError) bool
- func NewBcryptPasswordHashErrorError(assetId string, error error, includeStack bool) errors.RichError
- func NewComponentNotImplementedError(componentType string, missingType string, includeStack bool) errors.RichError
- func NewComputeHashFailedError(algorithm string, error error, includeStack bool) errors.RichError
- func NewContactAlreadyConfirmedError(userId string, contactId string, principal string, principalType string, ...) errors.RichError
- func NewContactAlreadyMarkedPrimaryError(principal string, principalType string, includeStack bool) errors.RichError
- func NewContactNotConfirmedError(contactId string, principal string, principalType string, ...) errors.RichError
- func NewContactToAddAlreadyConfirmedError(userId string, principal string, principalType string, ...) errors.RichError
- func NewContactToAddMarkedAsPrimaryError(userId string, principal string, principalType string, includeStack bool) errors.RichError
- func NewDatastoreTransactionAbortFailedError(cause error, transactionAbortError error, includeStack bool) errors.RichError
- func NewDatastoreTransactionFailedError(cause error, includeStack bool) errors.RichError
- func NewExpiredTokenError(id string, tokenType string, expiredOn time.Time, includeStack bool) errors.RichError
- func NewFailedToParseObjectIDError(oid string, error error, includeStack bool) errors.RichError
- func NewGenerateUUIDFailedError(generationError error, includeStack bool) errors.RichError
- func NewInvalidAppCreationError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewInvalidContactTypeError(principal string, principalType string, includeStack bool) errors.RichError
- func NewInvalidScopeCreationError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewInvalidTokenError(id string, includeStack bool) errors.RichError
- func NewInvalidTypeError(typeEncountered string, includeStack bool) errors.RichError
- func NewInvalidValueError(value interface{}, includeStack bool) errors.RichError
- func NewLoginContactNotPrimaryError(contactId string, principal string, principalType string, includeStack bool) errors.RichError
- func NewLoginFailedWrongPasswordError(userID string, includeStack bool) errors.RichError
- func NewLoginPrimaryContactNotConfirmedError(contactId string, principal string, principalType string, includeStack bool) errors.RichError
- func NewMalfomedTokenError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewMultipleConfirmedInstancesOfContactError(principal string, principalType string, numOccurances int64, includeStack bool) errors.RichError
- func NewNilNotAllowedError(includeStack bool) errors.RichError
- func NewNilParameterNotAllowedError(functionName string, parameterName string, includeStack bool) errors.RichError
- func NewNoAppFoundError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewNoContactFoundError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewNoNewPasswordHashProvidedError(includeStack bool) errors.RichError
- func NewNoScopeFoundError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewNoUserFoundError(fields map[string]interface{}, includeStack bool) errors.RichError
- func NewNotImplementedError(includeStack bool) errors.RichError
- func NewPasswordResetContactNotPrimaryError(contactId string, principal string, principalType string, includeStack bool) errors.RichError
- func NewRegistrationContactAlreadyConfirmedError(principal string, principalType string, fields map[string]interface{}, ...) errors.RichError
- func NewRepoQueryFailedError(queryError error, includeStack bool) errors.RichError
- func NewRepoQueryFailedWithMetaDataError(queryError error, fields map[string]interface{}, includeStack bool) errors.RichError
- func NewTemplateRenderErrorError(template string, renderError error, includeStack bool) errors.RichError
- func NewUserIDsDoNotMatchError(userID1 string, userID2 string, includeStack bool) errors.RichError
- func NewUserLockedOutError(userID string, includeStack bool) errors.RichError
- func NewWrongTokenTypeError(id string, tokenType string, expectedTokenType string, includeStack bool) errors.RichError
- func NewWrongTypeError(actual string, expected string, includeStack bool) errors.RichError
Constants ¶
const ErrCodeBcryptPasswordHashError = "BcryptPasswordHashError"
ErrCodeBcryptPasswordHashError an error occurred while processing bcrypt hash for password
const ErrCodeComponentNotImplemented = "ComponentNotImplemented"
ErrCodeComponentNotImplemented component not implemented
const ErrCodeComputeHashFailed = "ComputeHashFailed"
ErrCodeComputeHashFailed a failure occurred while attempting to calculate a hash
const ErrCodeContactAlreadyConfirmed = "ContactAlreadyConfirmed"
ErrCodeContactAlreadyConfirmed contact is already confirmed
const ErrCodeContactAlreadyMarkedPrimary = "ContactAlreadyMarkedPrimary"
ErrCodeContactAlreadyMarkedPrimary contact is already marked as primary
const ErrCodeContactNotConfirmed = "ContactNotConfirmed"
ErrCodeContactNotConfirmed contact is not confirmed
const ErrCodeContactToAddAlreadyConfirmed = "ContactToAddAlreadyConfirmed"
ErrCodeContactToAddAlreadyConfirmed contact to add to account is already confirmed
const ErrCodeContactToAddMarkedAsPrimary = "ContactToAddMarkedAsPrimary"
ErrCodeContactToAddMarkedAsPrimary cannot add contact that is marked as primary must go through primary contact reassignment flow
const ErrCodeDatastoreTransactionAbortFailed = "DatastoreTransactionAbortFailed"
ErrCodeDatastoreTransactionAbortFailed data store transaction was aborted
const ErrCodeDatastoreTransactionFailed = "DatastoreTransactionFailed"
ErrCodeDatastoreTransactionFailed data store transaction was aborted
const ErrCodeExpiredToken = "ExpiredToken"
ErrCodeExpiredToken token has expired
const ErrCodeFailedToParseObjectID = "FailedToParseObjectID"
ErrCodeFailedToParseObjectID failed to parse an object id string
const ErrCodeGenerateUUIDFailed = "GenerateUUIDFailed"
ErrCodeGenerateUUIDFailed failed to generate uuid
const ErrCodeInvalidAppCreation = "InvalidAppCreation"
ErrCodeInvalidAppCreation this app had bad or missing required fields
const ErrCodeInvalidContactType = "InvalidContactType"
ErrCodeInvalidContactType the contact type provided is not valid
const ErrCodeInvalidScopeCreation = "InvalidScopeCreation"
ErrCodeInvalidScopeCreation this scope had bad or missing required fields
const ErrCodeInvalidToken = "InvalidToken"
ErrCodeInvalidToken expired or invalid token was found with the given id.
const ErrCodeInvalidType = "InvalidType"
ErrCodeInvalidType invalid type encountered
const ErrCodeInvalidValue = "InvalidValue"
ErrCodeInvalidValue an invalid value was found
const ErrCodeLoginContactNotPrimary = "LoginContactNotPrimary"
ErrCodeLoginContactNotPrimary contact for login is not a primary contact
const ErrCodeLoginFailedWrongPassword = "LoginFailedWrongPassword"
ErrCodeLoginFailedWrongPassword login for user failed due to incorrect password
const ErrCodeLoginPrimaryContactNotConfirmed = "LoginPrimaryContactNotConfirmed"
ErrCodeLoginPrimaryContactNotConfirmed primary contact for login is not confirmed
const ErrCodeMalfomedToken = "MalfomedToken"
ErrCodeMalfomedToken token is not valid
const ErrCodeMultipleConfirmedInstancesOfContact = "MultipleConfirmedInstancesOfContact"
ErrCodeMultipleConfirmedInstancesOfContact multiple confirmed instance of contact found
const ErrCodeNilNotAllowed = "NilNotAllowed"
ErrCodeNilNotAllowed a nil value was encountered, but not allowed
const ErrCodeNilParameterNotAllowed = "NilParameterNotAllowed"
ErrCodeNilParameterNotAllowed a nil value was encountered for a parameter, but not allowed
const ErrCodeNoAppFound = "NoAppFound"
ErrCodeNoAppFound no app found for given query
const ErrCodeNoContactFound = "NoContactFound"
ErrCodeNoContactFound no contact found for given query
const ErrCodeNoNewPasswordHashProvided = "NoNewPasswordHashProvided"
ErrCodeNoNewPasswordHashProvided no new password hash was provided
const ErrCodeNoScopeFound = "NoScopeFound"
ErrCodeNoScopeFound no scope found for given query
const ErrCodeNoUserFound = "NoUserFound"
ErrCodeNoUserFound no user found for given query
const ErrCodeNotImplemented = "NotImplemented"
ErrCodeNotImplemented functionality is not implemented
const ErrCodePasswordResetContactNotPrimary = "PasswordResetContactNotPrimary"
ErrCodePasswordResetContactNotPrimary contact for password reset is not a primary contact
const ErrCodeRegistrationContactAlreadyConfirmed = "RegistrationContactAlreadyConfirmed"
ErrCodeRegistrationContactAlreadyConfirmed contact for registration is already confirmed
const ErrCodeRepoQueryFailed = "RepoQueryFailed"
ErrCodeRepoQueryFailed repo query failed with error
const ErrCodeRepoQueryFailedWithMetaData = "RepoQueryFailedWithMetaData"
ErrCodeRepoQueryFailedWithMetaData repo query failed with error
const ErrCodeTemplateRenderError = "TemplateRenderError"
ErrCodeTemplateRenderError An error occurred while rendering template
const ErrCodeUserIDsDoNotMatch = "UserIDsDoNotMatch"
ErrCodeUserIDsDoNotMatch user id provided do not match
const ErrCodeUserLockedOut = "UserLockedOut"
ErrCodeUserLockedOut attempted login by locked out user
const ErrCodeWrongTokenType = "WrongTokenType"
ErrCodeWrongTokenType token type does not match expected token type
const ErrCodeWrongType = "WrongType"
ErrCodeWrongType unexpected type encountered
Variables ¶
This section is empty.
Functions ¶
func IsBcryptPasswordHashErrorError ¶
func IsBcryptPasswordHashErrorError(err errors.ReadOnlyRichError) bool
func IsComponentNotImplementedError ¶
func IsComponentNotImplementedError(err errors.ReadOnlyRichError) bool
func IsComputeHashFailedError ¶
func IsComputeHashFailedError(err errors.ReadOnlyRichError) bool
func IsContactAlreadyConfirmedError ¶
func IsContactAlreadyConfirmedError(err errors.ReadOnlyRichError) bool
func IsContactAlreadyMarkedPrimaryError ¶
func IsContactAlreadyMarkedPrimaryError(err errors.ReadOnlyRichError) bool
func IsContactNotConfirmedError ¶
func IsContactNotConfirmedError(err errors.ReadOnlyRichError) bool
func IsContactToAddAlreadyConfirmedError ¶
func IsContactToAddAlreadyConfirmedError(err errors.ReadOnlyRichError) bool
func IsContactToAddMarkedAsPrimaryError ¶
func IsContactToAddMarkedAsPrimaryError(err errors.ReadOnlyRichError) bool
func IsDatastoreTransactionAbortFailedError ¶
func IsDatastoreTransactionAbortFailedError(err errors.ReadOnlyRichError) bool
func IsDatastoreTransactionFailedError ¶
func IsDatastoreTransactionFailedError(err errors.ReadOnlyRichError) bool
func IsExpiredTokenError ¶
func IsExpiredTokenError(err errors.ReadOnlyRichError) bool
func IsFailedToParseObjectIDError ¶
func IsFailedToParseObjectIDError(err errors.ReadOnlyRichError) bool
func IsGenerateUUIDFailedError ¶
func IsGenerateUUIDFailedError(err errors.ReadOnlyRichError) bool
func IsInvalidAppCreationError ¶
func IsInvalidAppCreationError(err errors.ReadOnlyRichError) bool
func IsInvalidContactTypeError ¶
func IsInvalidContactTypeError(err errors.ReadOnlyRichError) bool
func IsInvalidScopeCreationError ¶
func IsInvalidScopeCreationError(err errors.ReadOnlyRichError) bool
func IsInvalidTokenError ¶
func IsInvalidTokenError(err errors.ReadOnlyRichError) bool
func IsInvalidTypeError ¶
func IsInvalidTypeError(err errors.ReadOnlyRichError) bool
func IsInvalidValueError ¶
func IsInvalidValueError(err errors.ReadOnlyRichError) bool
func IsLoginContactNotPrimaryError ¶
func IsLoginContactNotPrimaryError(err errors.ReadOnlyRichError) bool
func IsLoginFailedWrongPasswordError ¶
func IsLoginFailedWrongPasswordError(err errors.ReadOnlyRichError) bool
func IsLoginPrimaryContactNotConfirmedError ¶
func IsLoginPrimaryContactNotConfirmedError(err errors.ReadOnlyRichError) bool
func IsMalfomedTokenError ¶
func IsMalfomedTokenError(err errors.ReadOnlyRichError) bool
func IsMultipleConfirmedInstancesOfContactError ¶
func IsMultipleConfirmedInstancesOfContactError(err errors.ReadOnlyRichError) bool
func IsNilNotAllowedError ¶
func IsNilNotAllowedError(err errors.ReadOnlyRichError) bool
func IsNilParameterNotAllowedError ¶
func IsNilParameterNotAllowedError(err errors.ReadOnlyRichError) bool
func IsNoAppFoundError ¶
func IsNoAppFoundError(err errors.ReadOnlyRichError) bool
func IsNoContactFoundError ¶
func IsNoContactFoundError(err errors.ReadOnlyRichError) bool
func IsNoNewPasswordHashProvidedError ¶
func IsNoNewPasswordHashProvidedError(err errors.ReadOnlyRichError) bool
func IsNoScopeFoundError ¶
func IsNoScopeFoundError(err errors.ReadOnlyRichError) bool
func IsNoUserFoundError ¶
func IsNoUserFoundError(err errors.ReadOnlyRichError) bool
func IsNotImplementedError ¶
func IsNotImplementedError(err errors.ReadOnlyRichError) bool
func IsPasswordResetContactNotPrimaryError ¶
func IsPasswordResetContactNotPrimaryError(err errors.ReadOnlyRichError) bool
func IsRegistrationContactAlreadyConfirmedError ¶
func IsRegistrationContactAlreadyConfirmedError(err errors.ReadOnlyRichError) bool
func IsRepoQueryFailedError ¶
func IsRepoQueryFailedError(err errors.ReadOnlyRichError) bool
func IsRepoQueryFailedWithMetaDataError ¶
func IsRepoQueryFailedWithMetaDataError(err errors.ReadOnlyRichError) bool
func IsTemplateRenderErrorError ¶
func IsTemplateRenderErrorError(err errors.ReadOnlyRichError) bool
func IsUserIDsDoNotMatchError ¶
func IsUserIDsDoNotMatchError(err errors.ReadOnlyRichError) bool
func IsUserLockedOutError ¶
func IsUserLockedOutError(err errors.ReadOnlyRichError) bool
func IsWrongTokenTypeError ¶
func IsWrongTokenTypeError(err errors.ReadOnlyRichError) bool
func IsWrongTypeError ¶
func IsWrongTypeError(err errors.ReadOnlyRichError) bool
func NewBcryptPasswordHashErrorError ¶
func NewBcryptPasswordHashErrorError(assetId string, error error, includeStack bool) errors.RichError
NewBcryptPasswordHashErrorError creates a new specific error
func NewComponentNotImplementedError ¶
func NewComponentNotImplementedError(componentType string, missingType string, includeStack bool) errors.RichError
NewComponentNotImplementedError creates a new specific error
func NewComputeHashFailedError ¶
NewComputeHashFailedError creates a new specific error
func NewContactAlreadyConfirmedError ¶
func NewContactAlreadyConfirmedError(userId string, contactId string, principal string, principalType string, fields map[string]interface{}, includeStack bool) errors.RichError
NewContactAlreadyConfirmedError creates a new specific error
func NewContactAlreadyMarkedPrimaryError ¶
func NewContactAlreadyMarkedPrimaryError(principal string, principalType string, includeStack bool) errors.RichError
NewContactAlreadyMarkedPrimaryError creates a new specific error
func NewContactNotConfirmedError ¶
func NewContactNotConfirmedError(contactId string, principal string, principalType string, fields map[string]interface{}, includeStack bool) errors.RichError
NewContactNotConfirmedError creates a new specific error
func NewContactToAddAlreadyConfirmedError ¶
func NewContactToAddAlreadyConfirmedError(userId string, principal string, principalType string, fields map[string]interface{}, includeStack bool) errors.RichError
NewContactToAddAlreadyConfirmedError creates a new specific error
func NewContactToAddMarkedAsPrimaryError ¶
func NewContactToAddMarkedAsPrimaryError(userId string, principal string, principalType string, includeStack bool) errors.RichError
NewContactToAddMarkedAsPrimaryError creates a new specific error
func NewDatastoreTransactionAbortFailedError ¶
func NewDatastoreTransactionAbortFailedError(cause error, transactionAbortError error, includeStack bool) errors.RichError
NewDatastoreTransactionAbortFailedError creates a new specific error
func NewDatastoreTransactionFailedError ¶
NewDatastoreTransactionFailedError creates a new specific error
func NewExpiredTokenError ¶
func NewExpiredTokenError(id string, tokenType string, expiredOn time.Time, includeStack bool) errors.RichError
NewExpiredTokenError creates a new specific error
func NewFailedToParseObjectIDError ¶
NewFailedToParseObjectIDError creates a new specific error
func NewGenerateUUIDFailedError ¶
NewGenerateUUIDFailedError creates a new specific error
func NewInvalidAppCreationError ¶
NewInvalidAppCreationError creates a new specific error
func NewInvalidContactTypeError ¶
func NewInvalidContactTypeError(principal string, principalType string, includeStack bool) errors.RichError
NewInvalidContactTypeError creates a new specific error
func NewInvalidScopeCreationError ¶
func NewInvalidScopeCreationError(fields map[string]interface{}, includeStack bool) errors.RichError
NewInvalidScopeCreationError creates a new specific error
func NewInvalidTokenError ¶
NewInvalidTokenError creates a new specific error
func NewInvalidTypeError ¶
NewInvalidTypeError creates a new specific error
func NewInvalidValueError ¶
NewInvalidValueError creates a new specific error
func NewLoginContactNotPrimaryError ¶
func NewLoginContactNotPrimaryError(contactId string, principal string, principalType string, includeStack bool) errors.RichError
NewLoginContactNotPrimaryError creates a new specific error
func NewLoginFailedWrongPasswordError ¶
NewLoginFailedWrongPasswordError creates a new specific error
func NewLoginPrimaryContactNotConfirmedError ¶
func NewLoginPrimaryContactNotConfirmedError(contactId string, principal string, principalType string, includeStack bool) errors.RichError
NewLoginPrimaryContactNotConfirmedError creates a new specific error
func NewMalfomedTokenError ¶
NewMalfomedTokenError creates a new specific error
func NewMultipleConfirmedInstancesOfContactError ¶
func NewMultipleConfirmedInstancesOfContactError(principal string, principalType string, numOccurances int64, includeStack bool) errors.RichError
NewMultipleConfirmedInstancesOfContactError creates a new specific error
func NewNilNotAllowedError ¶
NewNilNotAllowedError creates a new specific error
func NewNilParameterNotAllowedError ¶
func NewNilParameterNotAllowedError(functionName string, parameterName string, includeStack bool) errors.RichError
NewNilParameterNotAllowedError creates a new specific error
func NewNoAppFoundError ¶
NewNoAppFoundError creates a new specific error
func NewNoContactFoundError ¶
NewNoContactFoundError creates a new specific error
func NewNoNewPasswordHashProvidedError ¶
NewNoNewPasswordHashProvidedError creates a new specific error
func NewNoScopeFoundError ¶
NewNoScopeFoundError creates a new specific error
func NewNoUserFoundError ¶
NewNoUserFoundError creates a new specific error
func NewNotImplementedError ¶
NewNotImplementedError creates a new specific error
func NewPasswordResetContactNotPrimaryError ¶
func NewPasswordResetContactNotPrimaryError(contactId string, principal string, principalType string, includeStack bool) errors.RichError
NewPasswordResetContactNotPrimaryError creates a new specific error
func NewRegistrationContactAlreadyConfirmedError ¶
func NewRegistrationContactAlreadyConfirmedError(principal string, principalType string, fields map[string]interface{}, includeStack bool) errors.RichError
NewRegistrationContactAlreadyConfirmedError creates a new specific error
func NewRepoQueryFailedError ¶
NewRepoQueryFailedError creates a new specific error
func NewRepoQueryFailedWithMetaDataError ¶
func NewRepoQueryFailedWithMetaDataError(queryError error, fields map[string]interface{}, includeStack bool) errors.RichError
NewRepoQueryFailedWithMetaDataError creates a new specific error
func NewTemplateRenderErrorError ¶
func NewTemplateRenderErrorError(template string, renderError error, includeStack bool) errors.RichError
NewTemplateRenderErrorError creates a new specific error
func NewUserIDsDoNotMatchError ¶
NewUserIDsDoNotMatchError creates a new specific error
func NewUserLockedOutError ¶
NewUserLockedOutError creates a new specific error
Types ¶
This section is empty.
Source Files ¶
- bcryptpasswordhasherror.go
- componentnotimplemented.go
- computehashfailed.go
- contactalreadyconfirmed.go
- contactalreadymarkedprimary.go
- contactnotconfirmed.go
- contacttoaddalreadyconfirmed.go
- contacttoaddmarkedasprimary.go
- datastoretransactionabortfailed.go
- datastoretransactionfailed.go
- expiredtoken.go
- failedtoparseobjectid.go
- generateuuidfailed.go
- invalidappcreation.go
- invalidcontacttype.go
- invalidscopecreation.go
- invalidtoken.go
- invalidtype.go
- invalidvalue.go
- logincontactnotprimary.go
- loginfailedwrongpassword.go
- loginprimarycontactnotconfirmed.go
- malfomedtoken.go
- multipleconfirmedinstancesofcontact.go
- nilnotallowed.go
- nilparameternotallowed.go
- noappfound.go
- nocontactfound.go
- nonewpasswordhashprovided.go
- noscopefound.go
- notimplemented.go
- nouserfound.go
- passwordresetcontactnotprimary.go
- registrationcontactalreadyconfirmed.go
- repoqueryfailed.go
- repoqueryfailedwithmetadata.go
- templaterendererror.go
- useridsdonotmatch.go
- userlockedout.go
- wrongtokentype.go
- wrongtype.go