Platformatic Errors
@platformatic/basic
PLT_BASIC_NON_ZERO_EXIT_CODE
Message: Process exited with non zero exit code %d.
PLT_BASIC_UNSUPPORTED_VERSION
Message: %s version %s is not supported. Please use version %s.
@platformatic/gateway
PLT_GATEWAY_COULD_NOT_READ_OPENAPI_CONFIG
Message: Could not read openapi config for "%s" service
PLT_GATEWAY_FAILED_TO_FETCH_OPENAPI_SCHEMA
Message: Failed to fetch OpenAPI schema from %s
PLT_GATEWAY_FASTIFY_INSTANCE_IS_ALREADY_LISTENING
Message: Fastify instance is already listening. Cannot call "addGatewayOnRouteHook"!
PLT_GATEWAY_PATH_ALREADY_EXISTS
Message: Path "%s" already exists
PLT_GATEWAY_VALIDATION_ERRORS
Message: Validation errors: %s
@platformatic/control
PLT_CTR_RUNTIME_NOT_FOUND
Message: Runtime not found.
PLT_CTR_SERVICE_NOT_FOUND
Message: Service not found.
PLT_CTR_MISSING_REQUEST_URL
Message: Request URL is required.
PLT_CTR_FAILED_TO_GET_RUNTIME_METADATA
Message: Failed to get runtime metadata %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_SERVICES
Message: Failed to get runtime services %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_ENV
Message: Failed to get runtime environment variables %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_OPENAPI
Message: Failed to get runtime OpenAPI schema %s.
PLT_CTR_FAILED_TO_STREAM_RUNTIME_LOGS
Message: Failed to stream runtime logs %s.
PLT_CTR_FAILED_TO_STOP_RUNTIME
Message: Failed to stop the runtime %s.
PLT_CTR_FAILED_TO_RELOAD_RUNTIME
Message: Failed to reload the runtime %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_CONFIG
Message: Failed to get runtime config %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_SERVICE_ENV
Message: Failed to get runtime service environment variables %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_SERVICE_CONFIG
Message: Failed to get runtime service config %s.
PLT_CTR_FAILED_TO_GET_HISTORY_LOGS
Message: Failed to get history logs %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_ALL_LOGS
Message: Failed to get runtime all logs %s.
PLT_CTR_FAILED_TO_GET_HISTORY_LOGS_COUNT
Message: Failed to get history logs count %s.
PLT_CTR_FAILED_TO_GET_RUNTIME_METRICS
Message: Failed to get runtime metrics %s.
@platformatic/db
PLT_DB_MIGRATE_ERROR
Message: Migrations directory %s does not exist
PLT_DB_MIGRATE_ERROR
Message: Missing "migrations" section in config file
PLT_DB_MIGRATIONS_TO_APPLY_ERROR
Message: You have migrations to apply.
PLT_DB_MISSING_SEED_FILE_ERROR
Message: Missing seed file
PLT_DB_UNKNOWN_DATABASE_ERROR
Message: Unknown database
@platformatic/db-authorization
PLT_DB_AUTH_UNAUTHORIZED
Message: operation not allowed
PLT_DB_AUTH_FIELD_UNAUTHORIZED
Message: field not allowed: %s
PLT_DB_AUTH_NOT_NULLABLE_MISSING
Message: missing not nullable field: "%s" in save rule for entity "%s"
@platformatic/runtime
PLT_RUNTIME_EADDR_IN_USE
Message: The current port is in use by another application
PLT_RUNTIME_RUNTIME_EXIT
Message: The runtime exited before the operation completed
PLT_RUNTIME_RUNTIME_ABORT
Message: The runtime aborted the operation
PLT_RUNTIME_SERVICE_EXIT
Message: The service "%s" exited prematurely with error code %d