public static interface EmbeddedSass.OutboundMessage.CompileResponse.CompileFailureOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFormatted()
A formatted, human-readable string that contains the message, span
(if available), and trace (if available).
|
ByteString |
getFormattedBytes()
A formatted, human-readable string that contains the message, span
(if available), and trace (if available).
|
String |
getMessage()
A message describing the reason for the failure.
|
ByteString |
getMessageBytes()
A message describing the reason for the failure.
|
EmbeddedSass.SourceSpan |
getSpan()
The span associated with the failure.
|
EmbeddedSass.SourceSpanOrBuilder |
getSpanOrBuilder()
The span associated with the failure.
|
String |
getStackTrace()
The stack trace associated with the failure.
|
ByteString |
getStackTraceBytes()
The stack trace associated with the failure.
|
boolean |
hasSpan()
The span associated with the failure.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getMessage()
A message describing the reason for the failure.
string message = 1;
ByteString getMessageBytes()
A message describing the reason for the failure.
string message = 1;
boolean hasSpan()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;
EmbeddedSass.SourceSpan getSpan()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;
EmbeddedSass.SourceSpanOrBuilder getSpanOrBuilder()
The span associated with the failure. Mandatory.
.sass.embedded_protocol.SourceSpan span = 2;
String getStackTrace()
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;
ByteString getStackTraceBytes()
The stack trace associated with the failure. The empty string indicates that no stack trace is available. Otherwise, the format of this stack trace is not specified and is likely to be inconsistent between implementations.
string stack_trace = 3;
String getFormatted()
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;
ByteString getFormattedBytes()
A formatted, human-readable string that contains the message, span (if available), and trace (if available). The format of this string is not specified and is likely to be inconsistent between implementations.
string formatted = 4;