Sha256: af81c2e9014299fcc515aa9c7582fd3b4b143a6057759a1974e0075e06cad499
Contents?: true
Size: 781 Bytes
Versions: 4
Compression:
Stored size: 781 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2019_05_01_preview module Models # # Defines values for JobErrorCode # module JobErrorCode ServiceError = "ServiceError" ServiceTransientError = "ServiceTransientError" DownloadNotAccessible = "DownloadNotAccessible" DownloadTransientError = "DownloadTransientError" UploadNotAccessible = "UploadNotAccessible" UploadTransientError = "UploadTransientError" ConfigurationUnsupported = "ConfigurationUnsupported" ContentMalformed = "ContentMalformed" ContentUnsupported = "ContentUnsupported" end end end
Version data entries
4 entries across 4 versions & 1 rubygems