Exitcode

pulumirpc.language.RunPluginResponse.Output.Exitcode
final case class Exitcode(value: Int) extends Output

Attributes

Graph
Supertypes
class Output
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Int

Value members

Concrete methods

override def exitcode: Option[Int]

Attributes

Definition Classes
override def isExitcode: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof

Inherited methods

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Output

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def stderr: Option[ByteString]

Attributes

Inherited from:
Output
def stdout: Option[ByteString]

Attributes

Inherited from:
Output
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof