Message / error codes

March 8, 2021 ยท View on GitHub

CodeExplanation
LOG_FILE_OPEN_FAILEDContainerSSH failed to open the specified log file.
LOG_ROTATE_FAILEDContainerSSH cannot rotate the logs as requested because of an underlying error.
LOG_WRITE_FAILEDContainerSSH cannot write to the specified log file. This usually happens because the underlying filesystem is full or the log is located on a non-local storage (e.g. NFS), which is not supported.
TESTThis is message that should only be seen in unit and component tests, never in production.
UNKNOWN_ERRORThis is an untyped error. If you see this in a log that is a bug and should be reported.