[
next
] [
tail
] [
up
]
8.1
psb_errpush — Pushes an error code onto the error stack
call
psb_errpush(err_c, r_name, i_err, a_err)
Type:
Asynchronous.
On Entry
err
_c
the error code
Scope:
local
Type:
required
Intent:
in
.
Specified as: an integer.
r
_name
the soutine where the error has been caught.
Scope:
local
Type:
required
Intent:
in
.
Specified as: a string.
i
_err
addional info for error code
Scope:
local
Type:
optional
Specified as: an integer array
a
_err
addional info for error code
Scope:
local
Type:
optional
Specified as: a string.
[
next
] [
front
] [
up
]