Sha256: f3593c932c2a9095b5bd64c092424cdc218869764c4d4a88bd0fd51d1b2c6fce
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 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::V2020_05_01 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
2 entries across 2 versions & 1 rubygems