UNPKG

@project-rwc/rwc

Version:

Common types & utilities for Project RWC

24 lines (23 loc) 752 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.jobPipelineStepConfigResErrorCodes = void 0; exports.jobPipelineStepConfigResErrorCodes = { /** * Used when there is some kind of error while processing the request that is not * better described by another error code. */ InternalNodeError: 'InternalNodeError', /** * The user made a bad or malformed request which the node doesn't know how to * interpret. */ BadRequest: 'BadRequest', /** * A network error occurred. */ NetError: 'NetError', /** * The user provided insufficient credentials to preform the requested action. */ NotAuthorized: 'NotAuthorized' };