• Gets a Blob from a web site and checks for a JSON error packet in the Blob.

    Parameters

    • url: string

      Address of Blob

    • authentication: UserSession

      Credentials for the request

    • ignoreErrors: number[] = []

      List of HTTP error codes that should be ignored

    Returns Promise<Blob>

    Promise that will resolve with Blob or an AGO-REST JSON failure response