final case class ErrorMsg(errorString: ByteString) extends RedisMsg with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorMsg
- Serializable
- Serializable
- Product
- Equals
- RedisMsg
- RedisReply
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ErrorMsg(errorString: ByteString)
Value Members
- lazy val errorCode: String
- val errorString: ByteString
-
def
toString(): String
- Definition Classes
- ErrorMsg → AnyRef → Any