Internal JSON-RPC error.
Type that represents error struct with :code and :message required.
@type t() :: %PhxJsonRpc.Error.InternalError{ __exception__: true, code: integer(), data: term(), message: binary() }