Go to main content

man pages section 3: Remote Administration Daemon Module Interfaces

Exit Print View

Updated: July 2017
 
 

errors (3rad)

Name

errors - RAD errors

Synopsis

Please see following description for synopsis

Description

ERRORS(3rad)                RAD Module Definitions                ERRORS(3rad)



NAME
       errors - RAD errors

SYNOPSIS
DESCRIPTION
       API com.oracle.solaris.rad.errors

ENUMERATED TYPES
       enum Target

           OBJECT (0)

           FEATURE (1)

           ARGUMENT (2)

           CUSTOM (3)

STRUCTURE TYPES
       struct TargetedError

           Fields:

           Target target

           string name (nullable)

       struct ErrorNotFound

           Inheritance Hierarchy.

               .-> struct TargetedError
               |
               struct ErrorNotFound


           Fields:

           Inherited Fields (TargetedError):

           target, name

       struct ErrorMismatch

           Inheritance Hierarchy.

               .-> struct TargetedError
               |
               struct ErrorMismatch


           Fields:

           Inherited Fields (TargetedError):

           target, name

       struct ErrorExists

           Inheritance Hierarchy.

               .-> struct TargetedError
               |
               struct ErrorExists


           Fields:

           Inherited Fields (TargetedError):

           target, name

       struct ErrorSystem

           Fields:

           string message (nullable)

       Version: (1.0)

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       +--------------------+-------------------------+
       |  ATTRIBUTE TYPE    |     ATTRIBUTE VALUE     |
       +--------------------+-------------------------+
       |Availability        | system/management/rad/* |
       +--------------------+-------------------------+
       |Interface Stability | Private                 |
       +--------------------+-------------------------+

SEE ALSO
       rad(1M)



SunOS 5.11                        2017-05-31                      ERRORS(3rad)