CompilationError class
An error encountered when attempting to compile a Dataform project.
Constructors
- CompilationError({Target? actionTarget, String? message, String? path, String? stack})
- CompilationError.fromJson(Map json_)
Properties
- actionTarget ↔ Target?
-
The identifier of the action where this error occurred, if available.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
The error's top level message.
getter/setter pair
- path ↔ String?
-
The path of the file where this error occurred, if available, relative to
the project root.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stack ↔ String?
-
The error's full stack trace.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited