Class UploadMediaItemResponse.Error

  • Enclosing class:
    UploadMediaItemResponse

    public static final class UploadMediaItemResponse.Error
    extends java.lang.Object
    Represents an error while uploading the media item.
    • Method Detail

      • getResumeUrl

        public java.util.Optional<java.lang.String> getResumeUrl()
        Url to retry the upload.
      • getCause

        public java.lang.Throwable getCause()
        Cause of the error.