Documentation
    Preparing search index...

    Interface SnapError

    Error returned from a snap request

    interface SnapError {
        data?: SnapErrorData;
        message: string;
    }
    Index

    Properties

    Properties

    message: string