Neo4j.Sips v0.1.30 Neo4j.Sips.Error exception
This module defines a Neo4j.Sips.Error
simple structure containing two fields:
code
- the error codemessage
- the error details
Summary
Functions
Callback implementation for c:Exception.exception/1
Callback implementation for c:Exception.message/1
Functions
Specs
exception(Keyword.t) :: Exception.t
exception(String.t) :: Exception.t
Callback implementation for c:Exception.exception/1
.
Specs
message(Exception.t) :: String.t
Callback implementation for c:Exception.message/1
.