Class: EBay::GalleryStatusCodeType
- Inherits:
-
String
- Object
- String
- EBay::GalleryStatusCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGalleryStatusCodeType
Constant Summary collapse
- CustomCode =
new("CustomCode")
- ImageNonExistent =
new("ImageNonExistent")
- ImageProcessingError =
new("ImageProcessingError")
- ImageReadTimeOut =
new("ImageReadTimeOut")
- InvalidFile =
new("InvalidFile")
- InvalidFileFormat =
new("InvalidFileFormat")
- InvalidProtocol =
new("InvalidProtocol")
- InvalidUrl =
new("InvalidUrl")
- Pending =
new("Pending")
- ServerDown =
new("ServerDown")
- Success =
new("Success")