Hierarchy

  • LoadContentErrorInfo

Properties

Methods

Properties

retryCount: number

Shows how many retries were already performed. 0 for the first error.

url: string

Url of the content which failed to load.

Methods

  • If retry was not called reject has to be called to reject the underlying promise.

    Returns void

  • If called another attempt will be made to load the content.

    Returns void

Generated using TypeDoc