pub enum Problem {
Show 55 variants TemporalAssignPipeRedefinesVariable(String), TemporalAssignPipeRedefinesConstant(String), AccessPathStartsWithIndex, AccessPathStartsWithSlice, AnonValueAssignment, ConstantReassignment(String), ConstantRedefinition(String), DuplicateParameter(String), DynamicKeyBlockMultiElement, EmptyCondition, EmptyFunctionBody(String), ExpectedToken(String), FallibleOptionalArgAccess(String), FileNotFound(String), FileSystemError(String), FloatLiteralOutOfRange, IntegerLiteralOutOfRange, InvalidEscapeChar(char), InvalidEscapeCodePoint(String), InvalidHint, InvalidHintOn(&'static str), InvalidIdentifier(String), InvalidKeyword(String), InvalidParameter(String), InvalidParamOrder(StringString), InvalidRequireArgumentToken, InvalidShorthandVariable, InvalidSink, InvalidSinkOn(&'static str), InvalidSliceBound(String), MissingFunctionBody, MissingIdentifier, MissingLeftOperand, MissingOperand, MissingRequireArgument, MissingRightOperand, MultipleVariadicParams, NestedFunctionDefMarkedConstant, NothingToPipe, UnclosedAccessor, UnclosedBlock, UnclosedCondition, UnclosedFunctionBody, UnclosedFunctionCall, UnclosedFunctionSignature, UnclosedList, UnclosedMap, UnclosedParens, UnclosedStringLiteral, UnclosedTuple, UnexpectedToken(String), UnusedFunction(String), UnusedParameter(String), UnusedVariable(String), WeightNotAllowed,
}
Expand description

Describes a problem (warning/error) encountered when building a source.

Variants

TemporalAssignPipeRedefinesVariable(String)

TemporalAssignPipeRedefinesConstant(String)

AccessPathStartsWithIndex

AccessPathStartsWithSlice

AnonValueAssignment

ConstantReassignment(String)

ConstantRedefinition(String)

DuplicateParameter(String)

DynamicKeyBlockMultiElement

EmptyCondition

EmptyFunctionBody(String)

ExpectedToken(String)

FallibleOptionalArgAccess(String)

FileNotFound(String)

FileSystemError(String)

FloatLiteralOutOfRange

IntegerLiteralOutOfRange

InvalidEscapeChar(char)

InvalidEscapeCodePoint(String)

InvalidHint

InvalidHintOn(&'static str)

InvalidIdentifier(String)

InvalidKeyword(String)

InvalidParameter(String)

InvalidParamOrder(StringString)

InvalidRequireArgumentToken

InvalidShorthandVariable

InvalidSink

InvalidSinkOn(&'static str)

InvalidSliceBound(String)

MissingFunctionBody

MissingIdentifier

MissingLeftOperand

MissingOperand

MissingRequireArgument

MissingRightOperand

MultipleVariadicParams

NestedFunctionDefMarkedConstant

NothingToPipe

UnclosedAccessor

UnclosedBlock

UnclosedCondition

UnclosedFunctionBody

UnclosedFunctionCall

UnclosedFunctionSignature

UnclosedList

UnclosedMap

UnclosedParens

UnclosedStringLiteral

UnclosedTuple

UnexpectedToken(String)

UnusedFunction(String)

UnusedParameter(String)

UnusedVariable(String)

WeightNotAllowed

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.