@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Interface FishjamExceptionInfo

    interface FishjamExceptionInfo {
        details?: string;
        message: string;
        statusCode?: number;
    }
    Index

    Properties

    details?: string
    message: string
    statusCode?: number