class BulletErrorData extends BulletData
Class to wrap errors generated by Bullet.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BulletErrorData
- BulletData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BulletErrorData(meta: Metadata, errors: BulletError*)
- meta
The metadata information associated with the query.
- errors
The variable length of errors associated with the query.
-
new
BulletErrorData(metadata: Metadata, errors: List[BulletError])
Create a data wrapper for errors.
Create a data wrapper for errors.
- metadata
The metadata information associated with the query.
- errors
The List of Error associated with the query.
Value Members
- val errors: List[BulletError]
-
var
finished: Boolean
- Definition Classes
- BulletData
-
val
metadata: Metadata
- Definition Classes
- BulletData