Throw

No description available.

Method Signature

Throw(message=[any], type=[String], detail=[String], errorcode=[String], extendedinfo=[any], object=[Throwable])

Arguments

Argument
Type
Required
Description
Default

message

any

false

type

String

false

detail

String

false

errorcode

String

false

extendedinfo

any

false

object

Throwable

false

Examples

Last updated

Was this helpful?