Returns a status code to indicate the outcome of the request.
| C# | Visual Basic |
public ObexStatusCode StatusCode { get; }
Public ReadOnly Property StatusCode As ObexStatusCode
Note, if a error occurs locally then the status code InternalServerError is returned. Therefore that error code could signal local or remote errors.