"""Constants.""" STATUS_ERROR = "error" STATUS_SKIP = "skip" STATUS_SUCCESS = "success" STATUS_OK = "ok"