ot::Spinel::Encoder::OverwriteWithLastStatusError() method
Overwrites the property key with `LAST_STATUS` in a property update command frame. Should be only used after a successful `BeginFrame(aHeader, aCommand, aPropertyKey)`, otherwise, its behavior is undefined. Moves the write position back to saved position by `BeginFrame()` and replaces the property key `SPINEL_PROP_LAST_STATUS` and writes the given spinel status error.
Arguments
aStatus
Spinel error status
Return value
OT_ERROR_NONE Successfully updated the frame. OT_ERROR_NO_BUFS Insufficient buffer space available to update the frame.