object FileSystemError
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileSystemError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class ExecutionFailed extends FileSystemError with Product with Serializable
- final case class PartialWrite extends FileSystemError with Product with Serializable
- final case class PathErr extends FileSystemError with Product with Serializable
- final case class PlanningFailed extends FileSystemError with Product with Serializable
- final case class QScriptPlanningFailed extends FileSystemError with Product with Serializable
- final case class ReadFailed extends FileSystemError with Product with Serializable
- final case class UnknownReadHandle extends FileSystemError with Product with Serializable
- final case class UnknownResultHandle extends FileSystemError with Product with Serializable
- final case class UnknownWriteHandle extends FileSystemError with Product with Serializable
- final case class UnsupportedOperation(reason: slamdata.Predef.String) extends FileSystemError with Product with Serializable
- final case class WriteFailed extends FileSystemError with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val executionFailed: Prism[FileSystemError, (Fix[LogicalPlan], slamdata.Predef.String, JsonObject, slamdata.Predef.Option[PhysicalError])]
- def executionFailed_(lp: Fix[LogicalPlan], reason: slamdata.Predef.String): FileSystemError
- implicit val fileSystemErrorEqual: Equal[FileSystemError]
- implicit def fileSystemErrorShow: Show[FileSystemError]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val partialWrite: Prism[FileSystemError, slamdata.Predef.Int]
- val pathErr: Prism[FileSystemError, PathError]
- val planningFailed: Prism[FileSystemError, (Fix[LogicalPlan], PlannerError)]
- val qscriptPlanningFailed: Prism[FileSystemError, PlannerError]
- val readFailed: Prism[FileSystemError, (slamdata.Predef.String, slamdata.Predef.String)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val unknownReadHandle: Prism[FileSystemError, ReadHandle]
- val unknownResultHandle: Prism[FileSystemError, ResultHandle]
- val unknownWriteHandle: Prism[FileSystemError, WriteHandle]
- val unsupportedOperation: Prism[FileSystemError, slamdata.Predef.String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val writeFailed: Prism[FileSystemError, (Data, slamdata.Predef.String)]