Saxonberg Server API
    Preparing search index...

    Class CmsError

    The single error class the CMS surface throws for the three application-level failure modes. The REST layer maps code to an HTTP status:

    • denied → 403
    • not-found → 404
    • invalid → 400

    Sandbox escapes stay the existing SourceTreeSandboxError (which propagates unchanged). No new lib/cms/ module: this error lives with the surface that throws it.

    Hierarchy

    • Error
      • CmsError
    Index

    Constructors

    Properties

    Constructors

    Properties

    code: "invalid" | "denied" | "not-found"