DefaultErrorContext

org.encalmo.aws.DefaultErrorContext

Attributes

Graph
Supertypes
trait ErrorContext
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Error(errorCode: String, errorMessage: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(errorCode: String, errorMessage: String): Error
def from(t: Throwable): Error