wamp.error.no_such_realm
When the given realm uri does not exist.
Description
Normally this is caused when there are request or input data validation failures.
Positional Results
0
stringThe error message
Keyword Results
code
stringwamp.error.no_such_realm
description
stringThe error description
message
stringThe error message
Example
json
{
"code":"wamp.error.no_such_realm",
"description":"A realm named 'com.leapsight.test'could not be found.",
"message":"The request failed because the realm provided does not exist."
}