Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

add_note

Append diagnostic context using Python's standard exception notes.

Reference

FieldValueDescription
symboltelion_api.AiError.add_note
signature(note: 'str') -> 'None'
returnNone

Append diagnostic context using Python's standard exception notes.

Contract

PropertyValue
symboltelion_api.AiError.add_note
signature(note: 'str') -> 'None'
returnNone

Signature

telion_api.AiError.add_note(note: 'str') -> 'None'