Skip to content

Commit 442daec

Browse files
cleanup
1 parent 89110ca commit 442daec

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

sdk-libs/photon-api/src/apis/default_api.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,8 +1997,12 @@ pub async fn get_validity_proof_v2_post(
19971997
}
19981998
}
19991999

2000-
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
2000+
/// struct for typed errors of method [`get_queue_elements_v2_post`]
2001+
#[derive(Debug, Clone, Serialize, Deserialize)]
2002+
#[serde(untagged)]
20012003
pub enum GetQueueElementsV2PostError {
2004+
Status429(models::GetBatchAddressUpdateInfoPost429Response),
2005+
Status500(models::GetBatchAddressUpdateInfoPost429Response),
20022006
UnknownValue(serde_json::Value),
20032007
}
20042008

0 commit comments

Comments
 (0)