_defineValidationErrorConstructor(validator)undefined
Parameters:
  • validator
    • Type: Validator
    • ajv instance

Returns: undefined
_verifyCWD()
AppStatus
Type:
Object
Properties:
  • OK
    • Type: string
    • application is successfully initialized and ready to receive connections

  • INIT
    • Type: string
    • application is being initialized

  • ERROR
    • Type: string
    • application failed during its initialization or after it started listening for connections

CommonList
Type:
Object
Properties:
ErrorList
Type:
Object
Properties:
RequestType

http(s) end point types

Type:
Object
Properties:
  • ALL
    • Type: string
  • GET
    • Type: string
  • POST
    • Type: string
  • PUT
    • Type: string
  • HEAD
    • Type: string
  • CONNECT
    • Type: string
  • OPTIONS
    • Type: string
  • DELETE
    • Type: string
comments powered by Disqus