# NotFoundErrorCauseStackTraceInner


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**classLoaderName** | **string** |  | [optional] [default to undefined]
**moduleName** | **string** |  | [optional] [default to undefined]
**moduleVersion** | **string** |  | [optional] [default to undefined]
**methodName** | **string** |  | [optional] [default to undefined]
**fileName** | **string** |  | [optional] [default to undefined]
**lineNumber** | **number** |  | [optional] [default to undefined]
**className** | **string** |  | [optional] [default to undefined]
**nativeMethod** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { NotFoundErrorCauseStackTraceInner } from '@caraer/client';

const instance: NotFoundErrorCauseStackTraceInner = {
    classLoaderName,
    moduleName,
    moduleVersion,
    methodName,
    fileName,
    lineNumber,
    className,
    nativeMethod,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
