Story Maker
    Preparing search index...

    Interface Error

    Defines the common shape of expected and unexpected errors. Expected errors are thrown using the error function. Unexpected errors are handled by the handleError hooks which should return this shape.

    interface Error {
        message: string;
    }
    Index

    Properties

    Properties

    message: string