package pulumirpc.codegen

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Diagnostic

hcl.proto:67

Diagnostic represents information to be presented to a user about an error or anomaly in parsing or evaluating configuration.

Used in: GeneratePackageResponse, GenerateProgramResponse, GenerateProjectResponse

enum DiagnosticSeverity

hcl.proto:54

DiagnosticSeverity is the severity level of a diagnostic message.

Used in: Diagnostic

message Pos

hcl.proto:23

Pos represents a single position in a source file, by addressing the start byte of a unicode character encoded in UTF-8.

Used in: Range

message Range

hcl.proto:44

Range represents a span of characters between two positions in a source file.

Used in: Diagnostic