test#5
This commit is contained in:
parent
c3559264f1
commit
7d8f9f146e
|
@ -691,7 +691,7 @@
|
|||
|
||||
/* (2) On gère l'erreur */
|
||||
if( $updateNetId->error->get() != Err::Success || !$updateNetId->answer() )
|
||||
return [ 'error' => new Error(Err::RepoError), 'details' => $updateNetId->answer() ];
|
||||
return [ 'error' => new Error(Err::RepoError), 'details' => [ 'status' => $updateNetId->answer(), 'id' => $fetched['identity'] ] ];
|
||||
|
||||
|
||||
/* [3] Gestion des données à envoyer
|
||||
|
|
Loading…
Reference in New Issue