github.com/kubeshop/testkube@v1.17.23/cmd/tcl/testworkflow-init/output/constants.go (about)

     1  // Copyright 2024 Testkube.
     2  //
     3  // Licensed as a Testkube Pro file under the Testkube Community
     4  // License (the "License"); you may not use this file except in compliance with
     5  // the License. You may obtain a copy of the License at
     6  //
     7  //	https://github.com/kubeshop/testkube/blob/main/licenses/TCL.txt
     8  
     9  package output
    10  
    11  const (
    12  	CodeTimeout    uint8 = 124
    13  	CodeAborted    uint8 = 137
    14  	CodeInputError uint8 = 155
    15  	CodeNoCommand  uint8 = 189
    16  )