vp_error Derived Type

type, public :: vp_error

Void pointer to error handle


Components

Type Visibility Attributes Name Initial
type(error_type), public, allocatable :: ptr

Actual payload


Source Code

   type :: vp_error
      !> Actual payload
      type(error_type), allocatable :: ptr
   end type vp_error