Realm Error Codes / Documentation

I’m having trouble debugging some errors, specifically the one that gives this helpful message that sometimes occurs on opening a realm:

{ 
    name: "Error",
    message: "Bad error code (ERROR)",
    isFatal: true,
    category: "realm::sync::Client::Error",
    code: 114,
    ...
}

Is there documentation on error codes and their causes anywhere?

B

@Benjamin_Storrier That’s a strange/surprising one - can you share some more logs? Particularly the logs on the server side would be helpful