class ErrorCode extends AnyRef
A (hierarchical) error code.
In contrast to exceptions they can be transferred via gRpc and HTTP.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ErrorCode(code: String, grpcCode: Code = Code.UNKNOWN)
- code
error code. Sub codes are handled by adding slashes.
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val code: String
-
lazy val
codePath: IndexedSeq[String]
The code cut as path.
-
def
derive(subCode: String, grpcCode: Option[Code] = None): ErrorCode
Derive a new sub code taking over existing fields.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- ErrorCode → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val grpcCode: Code
-
def
hashCode(): Int
- Definition Classes
- ErrorCode → AnyRef → Any
- def isA(errorCode: ErrorCode): Boolean
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
throwIt(msg: String, cause: Throwable = null): Nothing
Throw this error code as exception.
-
def
toException(msg: String, cause: Throwable = null): MantikException
Convert this error code into a exception.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )