Skip to main content

39 docs tagged with "Error"

View all tags

morio.api.404

No such API endpoint - This is the API equivalent of a 404 page. The endpoint you requested does not exist.

morio.api.apikeys.list.failed

Unable to load the list of API keys from the database - When reaching out to the Morio Database, we were unable to retrieve the data to complete this request

morio.api.core.status.503

Unable to load status data from Morio Core - When reaching out to Morio Core, we received a status code 503.

morio.api.core.status.false

Unable to connect to Morio Core - When reaching out to Morio Core, the connection was refused. This indicates core is not listening on its service port, something that should only happen when it is in the middle of a hard restart.

morio.api.core.status.undefined

Unable to load data from Morio Core - When reaching out to Morio Core, we did not receive a response, indicating that core may be down.

morio.api.db.failure

Database Failure - Could not complete the request because the database returned an error.

morio.api.ephemeral.prohibited

Not available in ephemeral mode - This endpoint is not available when Morio is running in ephemeral mode. Since this system has not yet been set up, this endpoint is not yet available.

morio.api.ephemeral.required

Only available in ephemeral mode - This endpoint is only available when Morio is running in ephemeral mode. Since this system has been set up, this endpoint is no longer available.

morio.api.idp.failure

Identity Provider Failure - Cannot authenticate because the identity provider returned an error.

morio.api.idp.unknown

Identity Provider Unknown - Cannot authenticate because the identity provider is unknown.

morio.api.info.unavailable

Unable to load the requested data - We were unable to retrieve the requested data from the internal state.

morio.api.internal.error

Internal server error - The request failed with an internal server error that we do not know how to recover from.

morio.api.kv.404

No such key - This is the API equivalent of a 404 page for the KV store. This key does not exist.

morio.api.preseed.failed

Unable to preseed the Morio settings - We were unable to resolve the preseed settings into a proper settings object.

morio.api.rbac.denied

Denied by role-base access control - The request did not pass the role based access control check.

morio.api.reloading.prohibited

Not available while reloading - This endpoint is not available when Morio is reloading its configuration. As Morio is reloading now, this endpoint is momentarily unavailable.

morio.api.schema.violation

This request violates the data schema - The request data failed validation against the Morio data schema. This means the request is invalid.

morio.api.settings.invalid

These settings are invalid - The provided settings failed validation against the Morio data schema, or are invalid for some other reason.

morio.core.404

No such API endpoint - This is the API equivalent of a 404 page. The endpoint you requested does not exist.

morio.core.checksum.mismatch

Data checksum mismatch - The data checksum could not be matched. This mismatch indicates a lack of common ground between both nodes.

morio.core.ephemeral.prohibited

Not available in ephemeral mode - This endpoint is not available when Morio is running in ephemeral mode. Since this system has not yet been set up, this endpoint is not yet available.

morio.core.ephemeral.required

Only available in ephemeral mode - This endpoint is only available when Morio is running in ephemeral mode. Since this system has been set up, this endpoint is no longer available.

morio.core.fs.write.failed

Unable to write to filesystem - An attempt to write to the filesystem failed unexpectedly. This warrants escalation.

morio.core.reloading.prohibited

Not available while reloading - This endpoint is not available when Morio is reloading its configuration. As Morio is reloading now, this endpoint is momentarily unavailable.

morio.core.schema.violation

This request violates the data schema - The request data failed validation against the Morio data schema. This means the request is invalid.

morio.core.settings.fqdn.mismatch

Settings FQDN mismatch - The provided settings do not include the FQDN used to submit this request. This mismatch indicates the settings are unlikely to be correct.

morio.core.settings.invalid

These settings are invalid - The provided settings failed validation against the Morio data schema, or are invalid for some other reason.