pub const JUNO_DATASTORE_ERROR_USER_CANNOT_UPDATE: &str = "juno.datastore.error.user.cannot_update";
pub const JUNO_DATASTORE_ERROR_USER_INVALID_DATA: &str = "juno.datastore.error.user.invalid_data";
pub const JUNO_DATASTORE_ERROR_USER_CALLER_KEY: &str = "juno.datastore.error.user.caller_key";
pub const JUNO_DATASTORE_ERROR_USER_KEY_NO_PRINCIPAL: &str =
"juno.datastore.error.user.key_no_principal";
pub const JUNO_DATASTORE_ERROR_USER_NOT_ALLOWED: &str = "juno.datastore.error.user.not_allowed";
pub const JUNO_DATASTORE_ERROR_USER_AAGUID_INVALID_LENGTH: &str =
"juno.datastore.error.user.webauthn.aaguid_invalid_length";
pub const JUNO_DATASTORE_ERROR_USER_PROVIDER_INVALID_DATA: &str =
"juno.datastore.error.user.webauthn.provider_invalid_data";
pub const JUNO_DATASTORE_ERROR_USER_PROVIDER_WEBAUTHN_INVALID_DATA: &str =
"juno.datastore.error.user.webauthn.provider_webauthn_invalid_data";
pub const JUNO_DATASTORE_ERROR_USER_REGISTER_PROVIDER_INVALID_DATA: &str =
"juno.datastore.error.user.register.provider_invalid_data";
pub const JUNO_DATASTORE_ERROR_USER_USAGE_CHANGE_LIMIT_REACHED: &str =
"juno.datastore.error.user.usage.change_limit_reached";
pub const JUNO_DATASTORE_ERROR_USER_USAGE_INVALID_DATA: &str =
"juno.datastore.error.user.usage.invalid_data";
pub const JUNO_DATASTORE_ERROR_USER_WEBAUTHN_CANNOT_UPDATE: &str =
"juno.datastore.error.user.webauthn.cannot_update";
pub const JUNO_DATASTORE_ERROR_USER_WEBAUTHN_INVALID_DATA: &str =
"juno.datastore.error.user.webauthn.invalid_data";
pub const JUNO_DATASTORE_ERROR_USER_WEBAUTHN_CALLER_KEY: &str =
"juno.datastore.error.user.webauthn.caller_key";