[#SigningResult] = SigningResult :mrdocs: Outcome of an attempt to sign a message. == Synopsis Declared in `<common/signmessage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class SigningResult : int; ---- == Members [cols="1,4"] |=== | Name| Description | `OK` | No error | `PRIVATE_KEY_NOT_AVAILABLE` | The private key for the address was not available. | `SIGNING_FAILED` | The signing operation itself failed. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:SigningResultString.adoc[`SigningResultString`] | Return a human‐readable description of a signing result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#