public sealed class PollAirflowCommandResponse.Types.ExitInfo : IMessage<PollAirflowCommandResponse.Types.ExitInfo>, IEquatable<PollAirflowCommandResponse.Types.ExitInfo>, IDeepCloneable<PollAirflowCommandResponse.Types.ExitInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PollAirflowCommandResponse.Types.ExitInfo.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 2.9.0, with several previous versions also accessible, dating back to version 1.0.0."],["This content provides reference documentation for the `PollAirflowCommandResponse.Types.ExitInfo` class within the Cloud Composer v1 API."],["`PollAirflowCommandResponse.Types.ExitInfo` class gives details about the conclusion of a command, including a potential error message and its exit code."],["The class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `ExitInfo` class has properties `Error`, a string that will provide an error message if an error occured, and `ExitCode`, which is an integer that will provide the exit code from the command."]]],[]]