pyx12.error_999¶
Generates a 999 Response Visitor - Visits an error_handler composite
Attributes¶
Classes¶
Visit an error_handler composite. Generate a 999. |
Module Contents¶
- class pyx12.error_999.error_999_visitor(fd, term=('~', '*', ':', '\n', '^'))[source]¶
Bases:
pyx12.error_visitor.error_visitorVisit an error_handler composite. Generate a 999.
- Parameters:
fd (file descriptor) – target file
term (tuple(string, string, string, string)) – tuple of x12 terminators used
- visit_root_pre(errh)[source]¶
- Parameters:
errh (L{error_handler.err_handler}) – Error handler
- Return type:
None
Uses: isa_node seg_data gs_node seg_data
- visit_root_post(errh)[source]¶
- Parameters:
errh (L{error_handler.err_handler}) – Error handler
- Return type:
None
- visit_isa_pre(err_isa)[source]¶
- Parameters:
err_isa (L{error_handler.err_isa}) – ISA Loop error handler
- Return type:
None
- visit_isa_post(err_isa)[source]¶
- Parameters:
err_isa (L{error_handler.err_isa}) – ISA Loop error handler
- Return type:
None
- visit_gs_pre(err_gs)[source]¶
- Parameters:
err_gs (L{error_handler.err_gs}) – GS Loop error handler
- Return type:
None
- visit_gs_post(err_gs)[source]¶
- Parameters:
err_gs (L{error_handler.err_gs}) – GS Loop error handler
- Return type:
None
- visit_st_pre(err_st)[source]¶
- Parameters:
err_st (L{error_handler.err_st}) – ST Loop error handler
- Return type:
None
- visit_st_post(err_st)[source]¶
- Parameters:
err_st (L{error_handler.err_st}) – ST Loop error handler
- Return type:
None