Closed criminosis closed 7 months ago
This may be uniquely JanusGraph, but I've had panics that occur because the message field of ResponseStatus wasn't being returned or was null. Setting a default value of empty string can avoid the panic.
message
ResponseStatus
null
Getting ahead of the curve for this one @wolf4ood and went ahead and put up a PR 😉
This may be uniquely JanusGraph, but I've had panics that occur because the
message
field ofResponseStatus
wasn't being returned or wasnull
. Setting a default value of empty string can avoid the panic.