Typescript SDK Type Docs
    Preparing search index...

    Interface SyntaxErrorError

    Returned when a Payment Predicate does not have the correct syntax.

    interface SyntaxErrorError {
        code: "SyntaxError";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "SyntaxError"

    Error identifier.

    message: string

    "Syntax error while parsing $fieldDefinition."