Documentation
    Preparing search index...

    Interface FailureEventData

    Instances of this class are provided to the handlers of the failure and intermediateImageFailed.

    interface FailureEventData {
        error: Error;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: Error

    An object containing information about the status of the event.