SQSException

org.elasticmq.rest.sqs.SQSException
See theSQSException companion class
object SQSException

Attributes

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

Members list

Type members

Classlikes

implicit class ElasticMQErrorOps(e: ElasticMQError)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def invalidAction(errorMessage: String): SQSException

Indicates that the given value for the given parameter name is not a max 128 alphanumerical (incl punctuation)

Indicates that the given value for the given parameter name is not a max 128 alphanumerical (incl punctuation)

Attributes

def invalidAttributeName(name: String): SQSException
def invalidAttributeValue(name: Option[String]): SQSException
def invalidAttributeValue(name: String, errorMessage: Option[String]): SQSException
def invalidParameter(value: String, parameterName: String): SQSException

Indicates that the given value for the given parameter name is invalid

Indicates that the given value for the given parameter name is invalid

Attributes

def invalidParameter(errorMessage: String): SQSException
def invalidQueueTypeParameter(parameterName: String): SQSException

Indicates that a parameter was sent to a queue whose type does not support it

Indicates that a parameter was sent to a queue whose type does not support it

Attributes

def missingParameter(parameterName: String): SQSException

Indicates that the request is missing the given parameter name

Indicates that the request is missing the given parameter name

Attributes

Indicates a queue does not exist

Indicates a queue does not exist

Attributes

Implicits

Implicits

final implicit def ElasticMQErrorOps(e: ElasticMQError): ElasticMQErrorOps