RegisterResponse.errorCode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void errorCode(Optional!(T0) errorCode)
    struct RegisterResponse
    nothrow
    void
    errorCode
    (
    T0
    )
    (
    scope auto ref Optional!(T0) errorCode
    )
    if (
    isTOrPointer!(T0, ushort)
    )
  2. Optional!(ushort) errorCode()

Meta