Fake Mirrors
    Preparing search index...

    Type Alias ReplServerErrorCode

    ReplServerErrorCode:
        | "BAD_REQUEST"
        | "FORBIDDEN"
        | "NOT_FOUND"
        | "CONFLICT"
        | "INTERNAL_ERROR"

    Error codes that can be returned by the repl-server.

    These codes provide a standardized way to categorize and handle repl-server-related errors in the application.