| NRF_SUCCESS | If the data was read successfully. |
| NRF_ERROR_INVALID_PARAM | If the data type or the peer ID was invalid or unallocated. |
| NRF_ERROR_NULL | If a pointer parameter was NULL. |
| NRF_ERROR_NOT_FOUND | If no stored data was found for this peer ID/data ID combination. |
| NRF_ERROR_DATA_SIZE | If the provided buffer was not large enough. The data is still copied, filling the provided buffer. Note that this error can occur even if loading the same size as was stored, because the underlying layers round the length up to the nearest word (4 bytes) when storing. |
| NRF_ERROR_INVALID_STATE | If the Peer Manager is not initialized. |