Saxonberg Server API
    Preparing search index...

    Interface CmsErrorBody

    Uniform error body for the REST surface.

    interface CmsErrorBody {
        error: string;
        message: string;
    }
    Index

    Properties

    Properties

    error: string
    message: string