Struct tts_external_api::messages::AnswerError
source · Expand description
TTS sends all error messages in a AnswerError
response.
Example
{
"message_id": 3,
"error": "chunk_0:(36,4-8): unexpected symbol near 'deck'",
"guid": "-1",
"errorMessagePrefix": "Error in Global Script: "
}
Fields§
§error: String
Desciption of the error
guid: String
Guid of the object that has the error
error_message_prefix: String
Description of the error
Trait Implementations§
source§impl Debug for AnswerError
impl Debug for AnswerError
source§impl<'de> Deserialize<'de> for AnswerError
impl<'de> Deserialize<'de> for AnswerError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more