case classWriteConcernError(code: Int, errmsg: String) extends Product with Serializable
code
the error code
errmsg
the error message
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
WriteConcernError
Serializable
Serializable
Product
Equals
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Visibility
Public
All
Instance Constructors
newWriteConcernError(code: Int, errmsg: String)
code
the error code
errmsg
the error message
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from WriteConcernError to
any2stringadd[WriteConcernError] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from WriteConcernError to
StringFormat[WriteConcernError] performed by method StringFormat in scala.Predef.
the error code
the error message