Test Log Status codes.

Enumeration Members

APINotSupported: 11

Api is not supported

BuildDoesNotExist: 8

Build for which operation is requested does not exist

ContainerNotCreated: 10

Container cannot be created

ContainerNotFound: 13

Container is not found for which operation is requested

DirectoryNotFound: 15

Directory cannot be found

Failed: 1

Operation failed

FeatureDisabled: 7

TestLogStore feature is not enabled

FileAlreadyExists: 2

Operation failed due to file already exist

FileNotFound: 14

File cannot be found

FileSizeExceeds: 12

File size is greater than the limitation

InvalidContainer: 5

Error occurred while operating on container

InvalidFileName: 4

Invalid file name provided by user

InvalidInput: 3

Invalid input provided by user

RunDoesNotExist: 9

Run for which operation is requested does not exist

StorageCapacityExceeded: 16

Storage capacity exceeded

Success: 0

Operation is successful

TransferFailed: 6

Blob Transfer Error