iceberg-js
    Preparing search index...

    Interface IcebergErrorResponse

    interface IcebergErrorResponse {
        code?: string | number;
        message: string;
        type?: string;
    }
    Index

    Properties

    Properties

    code?: string | number
    message: string
    type?: string