:orphan: # CHKERRXX Checks error code, if non-zero it calls the C++ error handler which throws an exception ## Synopsis ``` #include void CHKERRXX(PetscErrorCode ierr) ``` Not Collective ## Input Parameter - ***ierr -*** nonzero error code, see the list of standard error codes in include/petscerror.h ## Note Deprecated in favor of `PetscCallThrow()`. This routine behaves identically to it. ## See Also `PetscCallThrow()` ## Level deprecated ## Location include/petscerror.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscerror.h) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)