status property

  1. @Int()
int status
getter/setter pair

Error status. If this value is non-PJ_SUCCESS, some error has occured. Note that even when this contains PJ_SUCCESS the registration might have failed; in this case the \a code field will contain non successful (non-2xx status class) code

Implementation

@pj_status_t()
external int status;