TestLogStatusCode enum

Test Log Status codes.

Fields

Success = 0

Operation is successful

Failed = 1

Operation failed

FileAlreadyExists = 2

Operation failed due to file already exist

InvalidInput = 3

Invalid input provided by user

InvalidFileName = 4

Invalid file name provided by user

InvalidContainer = 5

Error occurred while operating on container

TransferFailed = 6

Blob Transfer Error

FeatureDisabled = 7

TestLogStore feature is not enabled

BuildDoesNotExist = 8

Build for which operation is requested does not exist

RunDoesNotExist = 9

Run for which operation is requested does not exist

ContainerNotCreated = 10

Container cannot be created

APINotSupported = 11

Api is not supported

FileSizeExceeds = 12

File size is greater than the limitation

ContainerNotFound = 13

Container is not found for which operation is requested

FileNotFound = 14

File cannot be found

DirectoryNotFound = 15

Directory cannot be found

StorageCapacityExceeded = 16

Storage capacity exceeded