object ExitCodes extends prelude.IOLogging
Only the exit code 0 indicates success. All other exit codes imply the application behaved differently than expected. The host system should consider the exact exit code to determine best course of action.
An exit code > 50 indicates an error in the implementation. Contact support@dogheadbone.com.
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Grouped
- Alphabetic
- By Inheritance
                  Inherited
                  
                  
- ExitCodes
- IOLogging
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        lazy val
      
      
        _unsafeLogger: prelude.Logger
      
      
      - Attributes
- protected
- Definition Classes
- IOLogging
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        appInitError: Int
      
      
      2 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        clusterInitFailure: Int
      
      
      6 
- 
      
      
      
        
      
    
      
        
        val
      
      
        criticalRuntimeError: Int
      
      
      15 
- 
      
      
      
        
      
    
      
        
        val
      
      
        criticalRuntimeFailure: Int
      
      
      16 
- 
      
      
      
        
      
    
      
        
        val
      
      
        downedFromCluster: Int
      
      
      14 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
-  def forNodeError(error: node.Error): prelude.ZIO[Logging, Nothing, Int]
-  def forTermReason(termReason: TermReason): prelude.ZIO[Logging, Nothing, Int]
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        initInterruption: Int
      
      
      4 
- 
      
      
      
        
      
    
      
        
        val
      
      
        initTimeout: Int
      
      
      5 
- 
      
      
      
        
      
    
      
        
        val
      
      
        insufficientSystemCapacity: Int
      
      
      12 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        noCompletionSignaled: Int
      
      
      56 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        opsInitFailure: Int
      
      
      7 
- 
      
      
      
        
      
    
      
        
        val
      
      
        preludeResolveFailure: Int
      
      
      8 
- 
      
      
      
        
      
    
      
        
        val
      
      
        proxyInitError: Int
      
      
      3 
- 
      
      
      
        
      
    
      
        
        val
      
      
        proxyRuntimeFailure: Int
      
      
      59 
- 
      
      
      
        
      
    
      
        
        val
      
      
        proxyShutdownFailure: Int
      
      
      54 
- 
      
      
      
        
      
    
      
        
        val
      
      
        rtsExecutionFailure: Int
      
      
      58 
- 
      
      
      
        
      
    
      
        
        val
      
      
        rtsInitFailure: Int
      
      
      9 
- 
      
      
      
        
      
    
      
        
        val
      
      
        serviceInitFailure: Int
      
      
      10 
- 
      
      
      
        
      
    
      
        
        val
      
      
        shutdownFailure: Int
      
      
      55 
- 
      
      
      
        
      
    
      
        
        val
      
      
        shutdownTimeout: Int
      
      
      13 
- 
      
      
      
        
      
    
      
        
        val
      
      
        success: Int
      
      
      0 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        systemInitFailure: Int
      
      
      11 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        uncategorizedAppError: Int
      
      
      50 
- 
      
      
      
        
      
    
      
        
        val
      
      
        uncategorizedAppInitFailure: Int
      
      
      51 
- 
      
      
      
        
      
    
      
        
        val
      
      
        uncategorizedAppShutdownFailure: Int
      
      
      52 
- 
      
      
      
        
      
    
      
        
        val
      
      
        uncategorizedNodeInitFailure: Int
      
      
      57 
- 
      
      
      
        
      
    
      
        
        val
      
      
        uncategorizedNodeRuntimeFailure: Int
      
      
      53 
- 
      
      
      
        
      
    
      
        
        val
      
      
        usageError: Int
      
      
      1 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        
        object
      
      
        logger
      
      
      - Definition Classes
- IOLogging
 
glngn server is a low-code business process as a service rapid development system. Conceptually similar to a programmable Microsoft Access or Apple FileMaker for scalable event sourced business services. In addition to a library, a standalone application is provided that is useful with minimal ceremony. This can be customized with a simple API. As well as deployed to a kubernetes cluster should those advantages be required.
A deployment is cluster glngn.server.Nodes serving a dynamic composition of glngn.server.ServiceFragments. Deployments are designed to be fully usable as a standalone local application or a kubernetes service.
Contact support@dogheadbone.com for support and licensing.