com.atomizesoftware.spin.util

ErrorResponse

object ErrorResponse extends Serializable

Factory for com.atomizesoftware.spin.util.ErrorResponse instances.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ErrorResponse
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def apply(errorCode: ErrorCode, messageError: ErrorCode, messageInfo: ErrorCode, moreInfo: Map[String, String], args: Any*): ErrorResponse

    Creates an error response with the given messageError and messageInfo

    Creates an error response with the given messageError and messageInfo

    errorCode

    the code of the error

    messageError

    the code of the message

    messageInfo

    the code of the message info

    moreInfo

    the a map to add to message info

    args

    any args to apply to the error message

    returns

    a new ErrorMessage with the error message in portuguese and english and a url to further documentation about the error.

  5. def apply(errorCode: ErrorCode, messageError: ErrorCode, messageInfo: ErrorCode, args: Any*): ErrorResponse

    Creates an error response with the given messageError and messageInfo

    Creates an error response with the given messageError and messageInfo

    errorCode

    the code of the error

    messageError

    the code of the message

    messageInfo

    the code of the message info

    args

    any args to apply to the error message

    returns

    a new ErrorMessage with the error message in portuguese and english and a url to further documentation about the error.

  6. def apply(messageError: ErrorCode, messageInfo: ErrorCode, moreInfo: Map[String, String], args: Any*): ErrorResponse

    Creates an error response with the given messageError and messageInfo

    Creates an error response with the given messageError and messageInfo

    messageError

    the code of the message

    messageInfo

    the code of the message info

    moreInfo

    the a map to add to message info

    args

    any args to apply to the error message

    returns

    a new ErrorMessage with the error message in portuguese and english and a url to further documentation about the error.

  7. def apply(messageError: ErrorCode, messageInfo: ErrorCode, args: Any*): ErrorResponse

    Creates an error response with the given messageError and messageInfo

    Creates an error response with the given messageError and messageInfo

    messageError

    the code of the message

    messageInfo

    the code of the message info

    args

    any args to apply to the error message

    returns

    a new ErrorMessage with the error message in portuguese and english and a url to further documentation about the error.

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getErrorCode(codeId: String): String

    Gets the error code from the .po files.

  15. def getErrorMessages(messageId: String, args: Any*): Map[String, String]

    Gets the error messages from the .po language files.

    Gets the error messages from the .po language files.

    messageId

    the message to search for in the .po files.

    args

    to apply to the message if any exist.

    returns

    a map with the Portuguese and English error messages.

  16. def getMoreInfo(messageId: String): String

    Gets the more info message from the .po files.

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped