a8dc93e22b
* Adds detail to message so that user isn't going WTF SDK * update exception tests
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"Data": {},
|
|
"InnerException": {
|
|
"$type": "NotImplementedException",
|
|
"Data": {},
|
|
"Message": "The method or operation is not implemented.",
|
|
"Type": "NotImplementedException"
|
|
},
|
|
"Message": "Error while sending: The method or operation is not implemented.",
|
|
"Type": "SpeckleException"
|
|
}
|