ao-js-sdk - v0.4.0
    Preparing search index...

    Interface AoJsErrorParams

    interface AoJsErrorParams {
        message?: string;
        originalError?: Error;
    }
    Index

    Properties

    message?: string
    originalError?: Error