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

    Interface AoJsErrorParams

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

    Properties

    message?: string
    originalError?: Error