@veecode-platform/safira-cli
Version:
Generate a microservice project from your spec.
134 lines (133 loc) • 4.09 kB
TypeScript
export declare enum ExitCode {
success = 0,
operationNotPermitted = 1,
noSuchFileOrDirectory = 2,
noSuchProcess = 3,
interruptedSystemCall = 4,
inputOutputError = 5,
noSuchDeviceOrAddress = 6,
argumentListTooLong = 7,
execFormatError = 8,
badFileDescriptor = 9,
noChildProcesses = 10,
resourceTemporarilyUnavailable = 11,
cannotAllocateMemory = 12,
permissionDenied = 13,
badAddress = 14,
blockDeviceRequired = 15,
deviceOrResourceBusy = 16,
fileExists = 17,
invalidCrossDeviceLink = 18,
noSuchDevice = 19,
notADirectory = 20,
isADirectory = 21,
invalidArgument = 22,
tooManyOpenFilesInSystem = 23,
tooManyOpenFiles = 24,
inappropriateIoctlForDevice = 25,
textFileBusy = 26,
fileTooLarge = 27,
noSpaceLeftOnDevice = 28,
illegalSeek = 29,
readOnlyFileSystem = 30,
tooManyLinks = 31,
brokenPipe = 32,
numericalArgumentOutOfDomain = 33,
numericalResultOutOfRange = 34,
resourceDeadlockAvoided = 35,
fileNameTooLong = 36,
noLocksAvailable = 37,
functionNotImplemented = 38,
directoryNotEmpty = 39,
tooManyLevelsOfSymbolicLinks = 40,
noMessageOfDesiredType = 42,
identifierRemoved = 43,
channelNumberOutOfRange = 44,
level2NotSynchronized = 45,
level3Halted = 46,
level3Reset = 47,
linkNumberOutOfRange = 48,
protocolDriverNotAttached = 49,
noCsiStructureAvailable = 50,
level2Halted = 51,
invalidExchange = 52,
invalidRequestDescriptor = 53,
exchangeFull = 54,
noAnode = 55,
invalidRequestCode = 56,
invalidSlot = 57,
badFontFileFormat = 59,
deviceNotAStream = 60,
noDataAvailable = 61,
timerExpired = 62,
outOfStreamsResources = 63,
machineIsNotOnTheNetwork = 64,
packageNotInstalled = 65,
objectIsRemote = 66,
linkHasBeenSevered = 67,
advertiseError = 68,
srmountError = 69,
communicationErrorOnSend = 70,
protocolError = 71,
multihopAttempted = 72,
rfsSpecificError = 73,
badMessage = 74,
valueTooLargeForDefinedDataType = 75,
nameNotUniqueOnNetwork = 76,
fileDescriptorInBadState = 77,
remoteAddressChanged = 78,
canNotAccessANeededSharedLibrary = 79,
accessingACorruptedSharedLibrary = 80,
libSectionInAOutCorrupted = 81,
attemptingToLinkInTooManySharedLibraries = 82,
cannotExecASharedLibraryDirectly = 83,
invalidOrIncompleteMultibyteOrWideCharacter = 84,
interruptedSystemCallShouldBeRestarted = 85,
streamsPipeError = 86,
tooManyUsers = 87,
socketOperationOnNonSocket = 88,
destinationAddressRequired = 89,
messageTooLong = 90,
protocolWrongTypeForSocket = 91,
protocolNotAvailable = 92,
protocolNotSupported = 93,
socketTypeNotSupported = 94,
operationNotSupported = 95,
protocolFamilyNotSupported = 96,
addressFamilyNotSupportedByProtocol = 97,
addressAlreadyInUse = 98,
cannotAssignRequestedAddress = 99,
networkIsDown = 100,
networkIsUnreachable = 101,
networkDroppedConnectionOnReset = 102,
softwareCausedConnectionAbort = 103,
connectionResetByPeer = 104,
noBufferSpaceAvailable = 105,
transportEndpointIsAlreadyConnected = 106,
transportEndpointIsNotConnected = 107,
cannotSendAfterTransportEndpointShutdown = 108,
tooManyReferences = 109,
connectionTimedOut = 110,
connectionRefused = 111,
hostIsDown = 112,
noRouteToHost = 113,
operationAlreadyInProgress = 114,
operationNowInProgress = 115,
staleFileHandle = 116,
structureNeedsCleaning = 117,
notAXenixNamedTypeFile = 118,
noXenixSemaphoresAvailable = 119,
isANamedTypeFile = 120,
remoteIOError = 121,
diskQuotaExceeded = 122,
noMediumFound = 123,
operationCanceled = 125,
requiredKeyNotAvailable = 126,
keyHasExpired = 127,
keyHasBeenRevoked = 128,
keyWasRejectedByService = 129,
ownerDied = 130,
stateNotRecoverable = 131,
operationNotPossibleDueToRfKill = 132,
memoryPageHasHardwareError = 133
}